Html Css Color HEX #A7B02C Bahia

📋 copy color: '#A7B02C'

red 167 ◦ green 176 ◦ blue 44

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

Shades of Bahia #A7B02C

Tints of Bahia #A7B02C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.48%

 BLUE value IS 44 (17.58% from 255) = 11.37%

R = 43.15%
G = 45.48%
B = 11.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#A7B02C (or 0xA7B02C) is known color: Bahia. HEX triplet: A7, B0 and 2C. RGB value is (167,176,44). Sum of RGB (Red+Green+Blue) = 167+176+44=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B02C is #584FD3. Grayscale: #9E9E9E. Windows color (decimal): -5787604 or 2928807. OLE color: 2928807.

HSL color Cylindrical-coordinate representation of color #A7B02C: hue angle of 64.09º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7B02C is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 176 44 -
CMYK 0.05 0 0.75 0.31
HSL 64.09º 0.6% 0.43% -
HSV(B) 64.09º 0.75% 0.69% -
XYZ 31.92 39.45 8.31 -
YUV 158.26 63.52 134.23 -
System Red Green Blue C M Y K H S L
Decimal 167 176 44 0.05 0 0.75 0.31 64.09 0.6 0.43
Hex A7 B0 2C 5 0 4B 1F 40 3C 2B
Octal 247 260 54 5 0 113 37 100 74 53
Binary 10100111 10110000 101100 101 0 1001011 11111 1000000 111100 101011

Color Harmonies of #A7B02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B02C

Black with #A7B02C

Text Example


Text Example

White with #A7B02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B02C; }

 p { color: rgb(167,176,44); }

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

background-color css

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

 a { background-color: rgb(167,176,44); }

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

border-color css

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

 span { border-color: rgb(167,176,44); }

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