#CABB21

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

Shades of Bird Flower #CABB21

Tints of Bird Flower #CABB21

Color information

#CABB21 (or 0xCABB21) is unknown color: approx Bird Flower. HEX triplet: CA, BB and 21. RGB value is (202,187,33). Sum of RGB (Red+Green+Blue) = 202+187+33=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB21 is #3544DE. Grayscale: #AEAEAE. Windows color (decimal): -3491039 or 2210762. OLE color: 2210762.

HSL color Cylindrical-coordinate representation of color #CABB21: hue angle of 54.67º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CABB21 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB20218733-
CMYK00.070.840.21
HSL54.67º71.91%46.08%-
HSV(B)54.67º83.66%79.22%-
XYZ42.448.218.51-
YUV173.9348.47148.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.87%
GREEN value IS 187 (73.44% from 255) = 44.31%
BLUE value IS 33 (13.28% from 255) = 7.82%
R=47.87%
G=44.31%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021873300.070.840.2154.6771.9146.08
HexCABB2107541537482e
Octal3122734107124256711056
Binary110010101011101110000101111010100101011101111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB21; }

 p { color: rgb(202,187,33); }

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

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

 a { background-color: rgb(202,187,33); }

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

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

 span { border-color: rgb(202,187,33); }

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