Html Css Color HEX #CABB06 Bird Flower

📋 copy color: '#CABB06'

red 202 ◦ green 187 ◦ blue 6

#CABB06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CABB06

Tints of Bird Flower #CABB06

RGB

 RED value IS 202 (79.3% from 255) = 51.14%

 GREEN value IS 187 (73.44% from 255) = 47.34%

 BLUE value IS 6 (2.73% from 255) = 1.52%

R = 51.14%
G = 47.34%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CABB06 (or 0xCABB06) is known color: Bird Flower. HEX triplet: CA, BB and 06. RGB value is (202,187,6). Sum of RGB (Red+Green+Blue) = 202+187+6=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 6 (2.73% from 255 or 1.52% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABB06 is #3544F9. Grayscale: #ABABAB. Windows color (decimal): -3491066 or 441290. OLE color: 441290.

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

Color convert

RGB 202 187 6 -
CMYK 0 0.07 0.97 0.21
HSL 55.41º 0.94% 0.41% -
HSV(B) 55.41º 0.97% 0.79% -
XYZ 42.16 48.11 7.24 -
YUV 170.85 34.97 150.22 -
System Red Green Blue C M Y K H S L
Decimal 202 187 6 0 0.07 0.97 0.21 55.41 0.94 0.41
Hex CA BB 6 0 7 61 15 37 5E 29
Octal 312 273 6 0 7 141 25 67 136 51
Binary 11001010 10111011 110 0 111 1100001 10101 110111 1011110 101001

Color Harmonies of #CABB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB06

Black with #CABB06

Text Example


Text Example

White with #CABB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB06; }

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

 H1.HeaderClassName
 {
   color: #CABB06;
 }
 .AnyTagClassName
 {
   color: #CABB06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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