#CBD912

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

Shades of Barberry #CBD912

Tints of Barberry #CBD912

Color information

#CBD912 (or 0xCBD912) is unknown color: approx Barberry. HEX triplet: CB, D9 and 12. RGB value is (203,217,18). Sum of RGB (Red+Green+Blue) = 203+217+18=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD912 is #3426ED. Grayscale: #BEBEBE. Windows color (decimal): -3417838 or 1235403. OLE color: 1235403.

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

Color convert

RGB20321718-
CMYK0.0600.920.15
HSL64.22º84.68%46.08%-
HSV(B)64.22º91.71%85.1%-
XYZ49.5562.3710-
YUV190.1330.86137.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.35%
GREEN value IS 217 (85.16% from 255) = 49.54%
BLUE value IS 18 (7.42% from 255) = 4.11%
R=46.35%
G=49.54%
B=4.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal203217180.0600.920.1564.2284.6846.08
HexCBD912605CF40552e
Octal31333122601341710012556
Binary11001011110110011001011001011100111110000001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD912; }

 p { color: rgb(203,217,18); }

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

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

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

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

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

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

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