Html Css Color HEX #CABB13 Bird Flower

📋 copy color: '#CABB13'

red 202 ◦ green 187 ◦ blue 19

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

Shades of Bird Flower #CABB13

Tints of Bird Flower #CABB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.66%

R = 49.51%
G = 45.83%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CABB13 (or 0xCABB13) is known color: Bird Flower. HEX triplet: CA, BB and 13. RGB value is (202,187,19). Sum of RGB (Red+Green+Blue) = 202+187+19=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 19 (7.81% from 255 or 4.66% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABB13 is #3544EC. Grayscale: #ADADAD. Windows color (decimal): -3491053 or 1293258. OLE color: 1293258.

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

Color convert

RGB 202 187 19 -
CMYK 0 0.07 0.91 0.21
HSL 55.08º 0.83% 0.43% -
HSV(B) 55.08º 0.91% 0.79% -
XYZ 42.24 48.14 7.68 -
YUV 172.33 41.47 149.16 -
System Red Green Blue C M Y K H S L
Decimal 202 187 19 0 0.07 0.91 0.21 55.08 0.83 0.43
Hex CA BB 13 0 7 5B 15 37 53 2B
Octal 312 273 23 0 7 133 25 67 123 53
Binary 11001010 10111011 10011 0 111 1011011 10101 110111 1010011 101011

Color Harmonies of #CABB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB13

Black with #CABB13

Text Example


Text Example

White with #CABB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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