#CCBC00

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

Shades of Bird Flower #CCBC00

Tints of Bird Flower #CCBC00

Color information

#CCBC00 (or 0xCCBC00) is unknown color: approx Bird Flower. HEX triplet: CC, BC and 00. RGB value is (204,188,0). Sum of RGB (Red+Green+Blue) = 204+188+0=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBC00 is #3343FF. Grayscale: #ACACAC. Windows color (decimal): -3359744 or 48332. OLE color: 48332.

HSL color Cylindrical-coordinate representation of color #CCBC00: hue angle of 55.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCBC00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB2041880-
CMYK00.0810.2
HSL55.29º100%40%-
HSV(B)55.29º100%80%-
XYZ42.8948.87.16-
YUV171.3531.3151.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.04%
GREEN value IS 188 (73.83% from 255) = 47.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.04%
G=47.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204188000.0810.255.2910040
HexCCBC0086414376428
Octal3142740010144246714450
Binary11001100101111000010001100100101001101111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC00; }

 p { color: rgb(204,188,0); }

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

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

 a { background-color: rgb(204,188,0); }

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

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

 span { border-color: rgb(204,188,0); }

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