Html Css Color HEX #A7B01D Bahia

📋 copy color: '#A7B01D'

red 167 ◦ green 176 ◦ blue 29

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

Shades of Bahia #A7B01D

Tints of Bahia #A7B01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.8%

R = 44.89%
G = 47.31%
B = 7.8%

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

#A7B01D (or 0xA7B01D) is known color: Bahia. HEX triplet: A7, B0 and 1D. RGB value is (167,176,29). Sum of RGB (Red+Green+Blue) = 167+176+29=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B01D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B01D is #584FE2. Grayscale: #9D9D9D. Windows color (decimal): -5787619 or 1945767. OLE color: 1945767.

HSL color Cylindrical-coordinate representation of color #A7B01D: hue angle of 63.67º degrees, saturation: 0.72, 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 #A7B01D is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 176 29 -
CMYK 0.05 0 0.84 0.31
HSL 63.67º 0.72% 0.4% -
HSV(B) 63.67º 0.84% 0.69% -
XYZ 31.68 39.35 7.09 -
YUV 156.55 56.02 135.45 -
System Red Green Blue C M Y K H S L
Decimal 167 176 29 0.05 0 0.84 0.31 63.67 0.72 0.4
Hex A7 B0 1D 5 0 54 1F 40 48 28
Octal 247 260 35 5 0 124 37 100 110 50
Binary 10100111 10110000 11101 101 0 1010100 11111 1000000 1001000 101000

Color Harmonies of #A7B01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B01D

Black with #A7B01D

Text Example


Text Example

White with #A7B01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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