Html Css Color HEX #A5C212 Bahia

📋 copy color: '#A5C212'

red 165 ◦ green 194 ◦ blue 18

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

Shades of Bahia #A5C212

Tints of Bahia #A5C212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.77%

R = 43.77%
G = 51.46%
B = 4.77%

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

#A5C212 (or 0xA5C212) is known color: Bahia. HEX triplet: A5, C2 and 12. RGB value is (165,194,18). Sum of RGB (Red+Green+Blue) = 165+194+18=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 194 (76.17% from 255 or 51.46% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C212 is #5A3DED. Grayscale: #A5A5A5. Windows color (decimal): -5914094 or 1229477. OLE color: 1229477.

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

Color convert

RGB 165 194 18 -
CMYK 0.15 0 0.91 0.24
HSL 69.89º 0.83% 0.42% -
HSV(B) 69.89º 0.91% 0.76% -
XYZ 34.92 46.63 7.73 -
YUV 165.27 44.89 127.81 -
System Red Green Blue C M Y K H S L
Decimal 165 194 18 0.15 0 0.91 0.24 69.89 0.83 0.42
Hex A5 C2 12 F 0 5B 18 46 53 2A
Octal 245 302 22 17 0 133 30 106 123 52
Binary 10100101 11000010 10010 1111 0 1011011 11000 1000110 1010011 101010

Color Harmonies of #A5C212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C212

Black with #A5C212

Text Example


Text Example

White with #A5C212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C212; }

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

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

background-color css

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

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

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

border-color css

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

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

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