#CBCB1F

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

Shades of Barberry #CBCB1F

Tints of Barberry #CBCB1F

Color information

#CBCB1F (or 0xCBCB1F) is unknown color: approx Barberry. HEX triplet: CB, CB and 1F. RGB value is (203,203,31). Sum of RGB (Red+Green+Blue) = 203+203+31=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 31 (12.5% from 255 or 7.09% from 437); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCB1F is #3434E0. Grayscale: #B8B8B8. Windows color (decimal): -3421409 or 2083787. OLE color: 2083787.

HSL color Cylindrical-coordinate representation of color #CBCB1F: hue angle of 60º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBCB1F is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB20320331-
CMYK000.850.20
HSL60º73.5%45.88%-
HSV(B)60º84.73%79.61%-
XYZ46.2355.519.57-
YUV183.3942141.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.45%
GREEN value IS 203 (79.69% from 255) = 46.45%
BLUE value IS 31 (12.5% from 255) = 7.09%
R=46.45%
G=46.45%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320331000.850.206073.545.88
HexCBCB1F0055143c4a2e
Octal3133133700125247411256
Binary110010111100101111111001010101101001111001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCB1F; }

 p { color: rgb(203,203,31); }

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

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

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

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

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

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

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