Html Css Color HEX #CAB002 Bird Flower

📋 copy color: '#CAB002'

red 202 ◦ green 176 ◦ blue 2

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

Shades of Bird Flower #CAB002

Tints of Bird Flower #CAB002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 53.16%
G = 46.32%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CAB002 (or 0xCAB002) is known color: Bird Flower. HEX triplet: CA, B0 and 02. RGB value is (202,176,2). Sum of RGB (Red+Green+Blue) = 202+176+2=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB002 is #354FFD. Grayscale: #A4A4A4. Windows color (decimal): -3493886 or 176330. OLE color: 176330.

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

Color convert

RGB 202 176 2 -
CMYK 0 0.13 0.99 0.21
HSL 52.2º 0.98% 0.4% -
HSV(B) 52.2º 0.99% 0.79% -
XYZ 39.89 43.61 6.37 -
YUV 163.94 36.61 155.15 -
System Red Green Blue C M Y K H S L
Decimal 202 176 2 0 0.13 0.99 0.21 52.2 0.98 0.4
Hex CA B0 2 0 D 63 15 34 62 28
Octal 312 260 2 0 15 143 25 64 142 50
Binary 11001010 10110000 10 0 1101 1100011 10101 110100 1100010 101000

Color Harmonies of #CAB002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB002

Black with #CAB002

Text Example


Text Example

White with #CAB002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB002; }

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

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

background-color css

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

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

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

border-color css

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

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

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