Html Css Color HEX #A5C211 Bahia

📋 copy color: '#A5C211'

red 165 ◦ green 194 ◦ blue 17

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

Shades of Bahia #A5C211

Tints of Bahia #A5C211

RGB

 RED value IS 165 (64.84% from 255) = 43.88%

 GREEN value IS 194 (76.17% from 255) = 51.6%

 BLUE value IS 17 (7.03% from 255) = 4.52%

R = 43.88%
G = 51.6%
B = 4.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#A5C211 (or 0xA5C211) is known color: Bahia. HEX triplet: A5, C2 and 11. RGB value is (165,194,17). Sum of RGB (Red+Green+Blue) = 165+194+17=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 194 (76.17% from 255 or 51.60% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C211 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C211 is #5A3DEE. Grayscale: #A5A5A5. Windows color (decimal): -5914095 or 1163941. OLE color: 1163941.

HSL color Cylindrical-coordinate representation of color #A5C211: hue angle of 69.83º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5C211 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 194 17 -
CMYK 0.15 0 0.91 0.24
HSL 69.83º 0.84% 0.41% -
HSV(B) 69.83º 0.91% 0.76% -
XYZ 34.91 46.62 7.69 -
YUV 165.15 44.39 127.89 -
System Red Green Blue C M Y K H S L
Decimal 165 194 17 0.15 0 0.91 0.24 69.83 0.84 0.41
Hex A5 C2 11 F 0 5B 18 46 54 29
Octal 245 302 21 17 0 133 30 106 124 51
Binary 10100101 11000010 10001 1111 0 1011011 11000 1000110 1010100 101001

Color Harmonies of #A5C211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C211

Black with #A5C211

Text Example


Text Example

White with #A5C211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C211; }

 p { color: rgb(165,194,17); }

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

background-color css

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

 a { background-color: rgb(165,194,17); }

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

border-color css

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

 span { border-color: rgb(165,194,17); }

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