Html Css Color HEX #A7C212 Bahia

📋 copy color: '#A7C212'

red 167 ◦ green 194 ◦ blue 18

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

Shades of Bahia #A7C212

Tints of Bahia #A7C212

RGB

 RED value IS 167 (65.63% from 255) = 44.06%

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

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

R = 44.06%
G = 51.19%
B = 4.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#A7C212 (or 0xA7C212) is known color: Bahia. HEX triplet: A7, C2 and 12. RGB value is (167,194,18). Sum of RGB (Red+Green+Blue) = 167+194+18=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C212 is #583DED. Grayscale: #A6A6A6. Windows color (decimal): -5783022 or 1229479. OLE color: 1229479.

HSL color Cylindrical-coordinate representation of color #A7C212: hue angle of 69.2º 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 #A7C212 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 167 194 18 -
CMYK 0.14 0 0.91 0.24
HSL 69.2º 0.83% 0.42% -
HSV(B) 69.2º 0.91% 0.76% -
XYZ 35.34 46.84 7.75 -
YUV 165.86 44.55 128.81 -
System Red Green Blue C M Y K H S L
Decimal 167 194 18 0.14 0 0.91 0.24 69.2 0.83 0.42
Hex A7 C2 12 E 0 5B 18 45 53 2A
Octal 247 302 22 16 0 133 30 105 123 52
Binary 10100111 11000010 10010 1110 0 1011011 11000 1000101 1010011 101010

Color Harmonies of #A7C212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C212

Black with #A7C212

Text Example


Text Example

White with #A7C212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C212; }

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

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

background-color css

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

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

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

border-color css

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

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

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