#CBC20C

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

Shades of Bird Flower #CBC20C

Tints of Bird Flower #CBC20C

Color information

#CBC20C (or 0xCBC20C) is unknown color: approx Bird Flower. HEX triplet: CB, C2 and 0C. RGB value is (203,194,12). Sum of RGB (Red+Green+Blue) = 203+194+12=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC20C is #343DF3. Grayscale: #B0B0B0. Windows color (decimal): -3423732 or 836299. OLE color: 836299.

HSL color Cylindrical-coordinate representation of color #CBC20C: hue angle of 57.17º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBC20C is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB20319412-
CMYK00.040.940.20
HSL57.17º88.84%42.16%-
HSV(B)57.17º94.09%79.61%-
XYZ43.9951.317.93-
YUV175.9435.48147.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.63%
GREEN value IS 194 (76.17% from 255) = 47.43%
BLUE value IS 12 (5.08% from 255) = 2.93%
R=49.63%
G=47.43%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031941200.040.940.2057.1788.8442.16
HexCBC2C045E1439592a
Octal3133021404136247113152
Binary1100101111000010110001001011110101001110011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC20C; }

 p { color: rgb(203,194,12); }

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

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

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

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

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

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

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