Html Css Color HEX #CABB14 Bird Flower

📋 copy color: '#CABB14'

red 202 ◦ green 187 ◦ blue 20

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

Shades of Bird Flower #CABB14

Tints of Bird Flower #CABB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.89%

R = 49.39%
G = 45.72%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CABB14 (or 0xCABB14) is known color: Bird Flower. HEX triplet: CA, BB and 14. RGB value is (202,187,20). Sum of RGB (Red+Green+Blue) = 202+187+20=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABB14 is #3544EB. Grayscale: #ADADAD. Windows color (decimal): -3491052 or 1358794. OLE color: 1358794.

HSL color Cylindrical-coordinate representation of color #CABB14: hue angle of 55.05º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CABB14 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 187 20 -
CMYK 0 0.07 0.90 0.21
HSL 55.05º 0.82% 0.44% -
HSV(B) 55.05º 0.9% 0.79% -
XYZ 42.25 48.15 7.73 -
YUV 172.45 41.97 149.08 -
System Red Green Blue C M Y K H S L
Decimal 202 187 20 0 0.07 0.90 0.21 55.05 0.82 0.44
Hex CA BB 14 0 7 5A 15 37 52 2C
Octal 312 273 24 0 7 132 25 67 122 54
Binary 11001010 10111011 10100 0 111 1011010 10101 110111 1010010 101100

Color Harmonies of #CABB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB14

Black with #CABB14

Text Example


Text Example

White with #CABB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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