Html Css Color HEX #CAB20A Bird Flower

📋 copy color: '#CAB20A'

red 202 ◦ green 178 ◦ blue 10

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

Shades of Bird Flower #CAB20A

Tints of Bird Flower #CAB20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.56%

R = 51.79%
G = 45.64%
B = 2.56%

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

#CAB20A (or 0xCAB20A) is known color: Bird Flower. HEX triplet: CA, B2 and 0A. RGB value is (202,178,10). Sum of RGB (Red+Green+Blue) = 202+178+10=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB20A is #354DF5. Grayscale: #A6A6A6. Windows color (decimal): -3493366 or 701130. OLE color: 701130.

HSL color Cylindrical-coordinate representation of color #CAB20A: hue angle of 52.5º degrees, saturation: 0.91, 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 #CAB20A is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 178 10 -
CMYK 0 0.12 0.95 0.21
HSL 52.5º 0.91% 0.42% -
HSV(B) 52.5º 0.95% 0.79% -
XYZ 40.33 44.42 6.74 -
YUV 166.02 39.95 153.66 -
System Red Green Blue C M Y K H S L
Decimal 202 178 10 0 0.12 0.95 0.21 52.5 0.91 0.42
Hex CA B2 A 0 C 5F 15 34 5B 2A
Octal 312 262 12 0 14 137 25 64 133 52
Binary 11001010 10110010 1010 0 1100 1011111 10101 110100 1011011 101010

Color Harmonies of #CAB20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB20A

Black with #CAB20A

Text Example


Text Example

White with #CAB20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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