Html Css Color HEX #A7C012 Bahia

📋 copy color: '#A7C012'

red 167 ◦ green 192 ◦ blue 18

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

Shades of Bahia #A7C012

Tints of Bahia #A7C012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.93%

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

R = 44.3%
G = 50.93%
B = 4.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#A7C012 (or 0xA7C012) is known color: Bahia. HEX triplet: A7, C0 and 12. RGB value is (167,192,18). Sum of RGB (Red+Green+Blue) = 167+192+18=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C012 is #583FED. Grayscale: #A5A5A5. Windows color (decimal): -5783534 or 1228967. OLE color: 1228967.

HSL color Cylindrical-coordinate representation of color #A7C012: hue angle of 68.62º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A7C012 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 192 18 -
CMYK 0.13 0 0.91 0.25
HSL 68.62º 0.83% 0.41% -
HSV(B) 68.62º 0.91% 0.75% -
XYZ 34.9 45.96 7.6 -
YUV 164.69 45.22 129.65 -
System Red Green Blue C M Y K H S L
Decimal 167 192 18 0.13 0 0.91 0.25 68.62 0.83 0.41
Hex A7 C0 12 D 0 5B 19 45 53 29
Octal 247 300 22 15 0 133 31 105 123 51
Binary 10100111 11000000 10010 1101 0 1011011 11001 1000101 1010011 101001

Color Harmonies of #A7C012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C012

Black with #A7C012

Text Example


Text Example

White with #A7C012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C012; }

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

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

background-color css

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

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

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

border-color css

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

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

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