Html Css Color HEX #A7B71A Bahia

📋 copy color: '#A7B71A'

red 167 ◦ green 183 ◦ blue 26

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

Shades of Bahia #A7B71A

Tints of Bahia #A7B71A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.67%

 BLUE value IS 26 (10.55% from 255) = 6.91%

R = 44.41%
G = 48.67%
B = 6.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#A7B71A (or 0xA7B71A) is known color: Bahia. HEX triplet: A7, B7 and 1A. RGB value is (167,183,26). Sum of RGB (Red+Green+Blue) = 167+183+26=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B71A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B71A is #5848E5. Grayscale: #A0A0A0. Windows color (decimal): -5785830 or 1750951. OLE color: 1750951.

HSL color Cylindrical-coordinate representation of color #A7B71A: hue angle of 66.11º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A7B71A is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 167 183 26 -
CMYK 0.09 0 0.86 0.28
HSL 66.11º 0.75% 0.41% -
HSV(B) 66.11º 0.86% 0.72% -
XYZ 33.06 42.16 7.37 -
YUV 160.32 52.2 132.77 -
System Red Green Blue C M Y K H S L
Decimal 167 183 26 0.09 0 0.86 0.28 66.11 0.75 0.41
Hex A7 B7 1A 9 0 56 1C 42 4B 29
Octal 247 267 32 11 0 126 34 102 113 51
Binary 10100111 10110111 11010 1001 0 1010110 11100 1000010 1001011 101001

Color Harmonies of #A7B71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B71A

Black with #A7B71A

Text Example


Text Example

White with #A7B71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B71A; }

 p { color: rgb(167,183,26); }

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

background-color css

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

 a { background-color: rgb(167,183,26); }

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

border-color css

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

 span { border-color: rgb(167,183,26); }

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