Html Css Color HEX #CAB012 Bird Flower

📋 copy color: '#CAB012'

red 202 ◦ green 176 ◦ blue 18

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

Shades of Bird Flower #CAB012

Tints of Bird Flower #CAB012

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.44%

 BLUE value IS 18 (7.42% from 255) = 4.55%

R = 51.01%
G = 44.44%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CAB012 (or 0xCAB012) is known color: Bird Flower. HEX triplet: CA, B0 and 12. RGB value is (202,176,18). Sum of RGB (Red+Green+Blue) = 202+176+18=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB012 is #354FED. Grayscale: #A6A6A6. Windows color (decimal): -3493870 or 1224906. OLE color: 1224906.

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

Color convert

RGB 202 176 18 -
CMYK 0 0.13 0.91 0.21
HSL 51.52º 0.84% 0.43% -
HSV(B) 51.52º 0.91% 0.79% -
XYZ 39.99 43.65 6.89 -
YUV 165.76 44.61 153.85 -
System Red Green Blue C M Y K H S L
Decimal 202 176 18 0 0.13 0.91 0.21 51.52 0.84 0.43
Hex CA B0 12 0 D 5B 15 34 54 2B
Octal 312 260 22 0 15 133 25 64 124 53
Binary 11001010 10110000 10010 0 1101 1011011 10101 110100 1010100 101011

Color Harmonies of #CAB012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB012

Black with #CAB012

Text Example


Text Example

White with #CAB012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB012; }

 p { color: rgb(202,176,18); }

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

background-color css

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

 a { background-color: rgb(202,176,18); }

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

border-color css

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

 span { border-color: rgb(202,176,18); }

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