#CBC91D

Color #CBC91D Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CBC91D

Tints of Barberry #CBC91D

Color information

#CBC91D (or 0xCBC91D) is unknown color: approx Barberry. HEX triplet: CB, C9 and 1D. RGB value is (203,201,29). Sum of RGB (Red+Green+Blue) = 203+201+29=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC91D is #3436E2. Grayscale: #B6B6B6. Windows color (decimal): -3421923 or 1952203. OLE color: 1952203.

HSL color Cylindrical-coordinate representation of color #CBC91D: hue angle of 59.31º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBC91D is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB20320129-
CMYK00.010.860.20
HSL59.31º75%45.49%-
HSV(B)59.31º85.71%79.61%-
XYZ45.7454.569.28-
YUV181.9941.66142.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 46.88%
GREEN value IS 201 (78.91% from 255) = 46.42%
BLUE value IS 29 (11.72% from 255) = 6.70%
R=46.88%
G=46.42%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032012900.010.860.2059.317545.49
HexCBC91D0156143b4b2d
Octal3133113501126247311355
Binary110010111100100111101011010110101001110111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC91D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC91D; }

 p { color: rgb(203,201,29); }

 H1.HeaderClassName
 {
   color: #CBC91D;
 }
 .AnyTagClassName
 {
   color: #CBC91D;
 }
</style>
background-color css

<style>
 a { background-color: #CBC91D; }

 a { background-color: rgb(203,201,29); }

 div.DivClassName
 {
   background-color: #CBC91D;
 }
 .BgClassName
 {
   background-color: #CBC91D;
 }
</style>
border-color css

<style>
 span { border-color: #CBC91D; }

 span { border-color: rgb(203,201,29); }

 td.TdClassName
 {
   border-color: #CBC91D;
 }
 .TagClassName
 {
   border-color: #CBC91D;
 }
</style>