Html Css Color HEX #CAB20B Bird Flower

📋 copy color: '#CAB20B'

red 202 ◦ green 178 ◦ blue 11

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

Shades of Bird Flower #CAB20B

Tints of Bird Flower #CAB20B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.52%

 BLUE value IS 11 (4.69% from 255) = 2.81%

R = 51.66%
G = 45.52%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CAB20B (or 0xCAB20B) is known color: Bird Flower. HEX triplet: CA, B2 and 0B. RGB value is (202,178,11). Sum of RGB (Red+Green+Blue) = 202+178+11=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB20B is #354DF4. Grayscale: #A6A6A6. Windows color (decimal): -3493365 or 766666. OLE color: 766666.

HSL color Cylindrical-coordinate representation of color #CAB20B: hue angle of 52.46º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAB20B is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 178 11 -
CMYK 0 0.12 0.95 0.21
HSL 52.46º 0.9% 0.42% -
HSV(B) 52.46º 0.95% 0.79% -
XYZ 40.34 44.42 6.76 -
YUV 166.14 40.45 153.58 -
System Red Green Blue C M Y K H S L
Decimal 202 178 11 0 0.12 0.95 0.21 52.46 0.9 0.42
Hex CA B2 B 0 C 5F 15 34 5A 2A
Octal 312 262 13 0 14 137 25 64 132 52
Binary 11001010 10110010 1011 0 1100 1011111 10101 110100 1011010 101010

Color Harmonies of #CAB20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB20B

Black with #CAB20B

Text Example


Text Example

White with #CAB20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB20B; }

 p { color: rgb(202,178,11); }

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

background-color css

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

 a { background-color: rgb(202,178,11); }

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

border-color css

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

 span { border-color: rgb(202,178,11); }

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