Html Css Color HEX #CABB19 Bird Flower

📋 copy color: '#CABB19'

red 202 ◦ green 187 ◦ blue 25

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

Shades of Bird Flower #CABB19

Tints of Bird Flower #CABB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.04%

R = 48.79%
G = 45.17%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CABB19 (or 0xCABB19) is known color: Bird Flower. HEX triplet: CA, BB and 19. RGB value is (202,187,25). Sum of RGB (Red+Green+Blue) = 202+187+25=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 25 (10.16% from 255 or 6.04% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABB19 is #3544E6. Grayscale: #ADADAD. Windows color (decimal): -3491047 or 1686474. OLE color: 1686474.

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

Color convert

RGB 202 187 25 -
CMYK 0 0.07 0.88 0.21
HSL 54.92º 0.78% 0.45% -
HSV(B) 54.92º 0.88% 0.79% -
XYZ 42.3 48.17 7.99 -
YUV 173.02 44.47 148.67 -
System Red Green Blue C M Y K H S L
Decimal 202 187 25 0 0.07 0.88 0.21 54.92 0.78 0.45
Hex CA BB 19 0 7 58 15 37 4E 2D
Octal 312 273 31 0 7 130 25 67 116 55
Binary 11001010 10111011 11001 0 111 1011000 10101 110111 1001110 101101

Color Harmonies of #CABB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB19

Black with #CABB19

Text Example


Text Example

White with #CABB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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