Html Css Color HEX #A7B818 Bahia

📋 copy color: '#A7B818'

red 167 ◦ green 184 ◦ blue 24

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

Shades of Bahia #A7B818

Tints of Bahia #A7B818

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.07%

 BLUE value IS 24 (9.77% from 255) = 6.4%

R = 44.53%
G = 49.07%
B = 6.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#A7B818 (or 0xA7B818) is known color: Bahia. HEX triplet: A7, B8 and 18. RGB value is (167,184,24). Sum of RGB (Red+Green+Blue) = 167+184+24=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #A7B818 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B818 is #5847E7. Grayscale: #A1A1A1. Windows color (decimal): -5785576 or 1620135. OLE color: 1620135.

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

Color convert

RGB 167 184 24 -
CMYK 0.09 0 0.87 0.28
HSL 66.38º 0.77% 0.41% -
HSV(B) 66.38º 0.87% 0.72% -
XYZ 33.24 42.56 7.33 -
YUV 160.68 50.87 132.51 -
System Red Green Blue C M Y K H S L
Decimal 167 184 24 0.09 0 0.87 0.28 66.38 0.77 0.41
Hex A7 B8 18 9 0 57 1C 42 4D 29
Octal 247 270 30 11 0 127 34 102 115 51
Binary 10100111 10111000 11000 1001 0 1010111 11100 1000010 1001101 101001

Color Harmonies of #A7B818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B818

Black with #A7B818

Text Example


Text Example

White with #A7B818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B818; }

 p { color: rgb(167,184,24); }

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

background-color css

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

 a { background-color: rgb(167,184,24); }

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

border-color css

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

 span { border-color: rgb(167,184,24); }

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