Html Css Color HEX #A7B61C Bahia

📋 copy color: '#A7B61C'

red 167 ◦ green 182 ◦ blue 28

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

Shades of Bahia #A7B61C

Tints of Bahia #A7B61C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.28%

 BLUE value IS 28 (11.33% from 255) = 7.43%

R = 44.3%
G = 48.28%
B = 7.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#A7B61C (or 0xA7B61C) is known color: Bahia. HEX triplet: A7, B6 and 1C. RGB value is (167,182,28). Sum of RGB (Red+Green+Blue) = 167+182+28=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B61C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B61C is #5849E3. Grayscale: #A0A0A0. Windows color (decimal): -5786084 or 1881767. OLE color: 1881767.

HSL color Cylindrical-coordinate representation of color #A7B61C: hue angle of 65.84º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A7B61C is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 182 28 -
CMYK 0.08 0 0.85 0.29
HSL 65.84º 0.73% 0.41% -
HSV(B) 65.84º 0.85% 0.71% -
XYZ 32.87 41.76 7.43 -
YUV 159.96 53.53 133.02 -
System Red Green Blue C M Y K H S L
Decimal 167 182 28 0.08 0 0.85 0.29 65.84 0.73 0.41
Hex A7 B6 1C 8 0 55 1D 42 49 29
Octal 247 266 34 10 0 125 35 102 111 51
Binary 10100111 10110110 11100 1000 0 1010101 11101 1000010 1001001 101001

Color Harmonies of #A7B61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B61C

Black with #A7B61C

Text Example


Text Example

White with #A7B61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B61C; }

 p { color: rgb(167,182,28); }

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

background-color css

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

 a { background-color: rgb(167,182,28); }

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

border-color css

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

 span { border-color: rgb(167,182,28); }

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