Html Css Color HEX #A7B01C Bahia

📋 copy color: '#A7B01C'

red 167 ◦ green 176 ◦ blue 28

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

Shades of Bahia #A7B01C

Tints of Bahia #A7B01C

RGB

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

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

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

R = 45.01%
G = 47.44%
B = 7.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#A7B01C (or 0xA7B01C) is known color: Bahia. HEX triplet: A7, B0 and 1C. RGB value is (167,176,28). Sum of RGB (Red+Green+Blue) = 167+176+28=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B01C is #584FE3. Grayscale: #9D9D9D. Windows color (decimal): -5787620 or 1880231. OLE color: 1880231.

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

Color convert

RGB 167 176 28 -
CMYK 0.05 0 0.84 0.31
HSL 63.65º 0.73% 0.4% -
HSV(B) 63.65º 0.84% 0.69% -
XYZ 31.67 39.35 7.02 -
YUV 156.44 55.52 135.53 -
System Red Green Blue C M Y K H S L
Decimal 167 176 28 0.05 0 0.84 0.31 63.65 0.73 0.4
Hex A7 B0 1C 5 0 54 1F 40 49 28
Octal 247 260 34 5 0 124 37 100 111 50
Binary 10100111 10110000 11100 101 0 1010100 11111 1000000 1001001 101000

Color Harmonies of #A7B01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B01C

Black with #A7B01C

Text Example


Text Example

White with #A7B01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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