Html Css Color HEX #A7B11F Bahia

📋 copy color: '#A7B11F'

red 167 ◦ green 177 ◦ blue 31

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

Shades of Bahia #A7B11F

Tints of Bahia #A7B11F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.2%

 BLUE value IS 31 (12.5% from 255) = 8.27%

R = 44.53%
G = 47.2%
B = 8.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#A7B11F (or 0xA7B11F) is known color: Bahia. HEX triplet: A7, B1 and 1F. RGB value is (167,177,31). Sum of RGB (Red+Green+Blue) = 167+177+31=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B11F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B11F is #584EE0. Grayscale: #9D9D9D. Windows color (decimal): -5787361 or 2077095. OLE color: 2077095.

HSL color Cylindrical-coordinate representation of color #A7B11F: hue angle of 64.11º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A7B11F is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 177 31 -
CMYK 0.06 0 0.82 0.31
HSL 64.11º 0.7% 0.41% -
HSV(B) 64.11º 0.82% 0.69% -
XYZ 31.91 39.76 7.29 -
YUV 157.37 56.69 134.87 -
System Red Green Blue C M Y K H S L
Decimal 167 177 31 0.06 0 0.82 0.31 64.11 0.7 0.41
Hex A7 B1 1F 6 0 52 1F 40 46 29
Octal 247 261 37 6 0 122 37 100 106 51
Binary 10100111 10110001 11111 110 0 1010010 11111 1000000 1000110 101001

Color Harmonies of #A7B11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B11F

Black with #A7B11F

Text Example


Text Example

White with #A7B11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B11F; }

 p { color: rgb(167,177,31); }

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

background-color css

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

 a { background-color: rgb(167,177,31); }

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

border-color css

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

 span { border-color: rgb(167,177,31); }

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