#CBBE04

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

Shades of Bird Flower #CBBE04

Tints of Bird Flower #CBBE04

Color information

#CBBE04 (or 0xCBBE04) is unknown color: approx Bird Flower. HEX triplet: CB, BE and 04. RGB value is (203,190,4). Sum of RGB (Red+Green+Blue) = 203+190+4=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 4 (1.95% from 255 or 1.01% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBE04 is #3441FB. Grayscale: #ADADAD. Windows color (decimal): -3424764 or 310987. OLE color: 310987.

HSL color Cylindrical-coordinate representation of color #CBBE04: hue angle of 56.08º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBBE04 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB2031904-
CMYK00.060.980.20
HSL56.08º96.14%40.59%-
HSV(B)56.08º98.03%79.61%-
XYZ43.0649.537.41-
YUV172.6832.81149.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.13%
GREEN value IS 190 (74.61% from 255) = 47.86%
BLUE value IS 4 (1.95% from 255) = 1.01%
R=51.13%
G=47.86%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203190400.060.980.2056.0896.1440.59
HexCBBE4066214386029
Octal313276406142247014051
Binary110010111011111010001101100010101001110001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBE04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBE04; }

 p { color: rgb(203,190,4); }

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

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

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

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

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

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

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