Html Css Color HEX #A7C032 Bahia

📋 copy color: '#A7C032'

red 167 ◦ green 192 ◦ blue 50

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

Shades of Bahia #A7C032

Tints of Bahia #A7C032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.22%

R = 40.83%
G = 46.94%
B = 12.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#A7C032 (or 0xA7C032) is known color: Bahia. HEX triplet: A7, C0 and 32. RGB value is (167,192,50). Sum of RGB (Red+Green+Blue) = 167+192+50=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C032 is #583FCD. Grayscale: #A8A8A8. Windows color (decimal): -5783502 or 3326119. OLE color: 3326119.

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

Color convert

RGB 167 192 50 -
CMYK 0.13 0 0.74 0.25
HSL 70.56º 0.59% 0.47% -
HSV(B) 70.56º 0.74% 0.75% -
XYZ 35.36 46.15 10.06 -
YUV 168.34 61.22 127.05 -
System Red Green Blue C M Y K H S L
Decimal 167 192 50 0.13 0 0.74 0.25 70.56 0.59 0.47
Hex A7 C0 32 D 0 4A 19 47 3B 2F
Octal 247 300 62 15 0 112 31 107 73 57
Binary 10100111 11000000 110010 1101 0 1001010 11001 1000111 111011 101111

Color Harmonies of #A7C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C032

Black with #A7C032

Text Example


Text Example

White with #A7C032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C032; }

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

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

background-color css

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

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

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

border-color css

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

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

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