Html Css Color HEX #A7C02A Bahia

📋 copy color: '#A7C02A'

red 167 ◦ green 192 ◦ blue 42

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

Shades of Bahia #A7C02A

Tints of Bahia #A7C02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.47%

R = 41.65%
G = 47.88%
B = 10.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#A7C02A (or 0xA7C02A) is known color: Bahia. HEX triplet: A7, C0 and 2A. RGB value is (167,192,42). Sum of RGB (Red+Green+Blue) = 167+192+42=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C02A is #583FD5. Grayscale: #A8A8A8. Windows color (decimal): -5783510 or 2801831. OLE color: 2801831.

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

Color convert

RGB 167 192 42 -
CMYK 0.13 0 0.78 0.25
HSL 70º 0.64% 0.46% -
HSV(B) 70º 0.78% 0.75% -
XYZ 35.2 46.08 9.23 -
YUV 167.43 57.22 127.7 -
System Red Green Blue C M Y K H S L
Decimal 167 192 42 0.13 0 0.78 0.25 70 0.64 0.46
Hex A7 C0 2A D 0 4E 19 46 40 2E
Octal 247 300 52 15 0 116 31 106 100 56
Binary 10100111 11000000 101010 1101 0 1001110 11001 1000110 1000000 101110

Color Harmonies of #A7C02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C02A

Black with #A7C02A

Text Example


Text Example

White with #A7C02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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