Html Css Color HEX #A7B51D Bahia

📋 copy color: '#A7B51D'

red 167 ◦ green 181 ◦ blue 29

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

Shades of Bahia #A7B51D

Tints of Bahia #A7B51D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.01%

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

R = 44.3%
G = 48.01%
B = 7.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#A7B51D (or 0xA7B51D) is known color: Bahia. HEX triplet: A7, B5 and 1D. RGB value is (167,181,29). Sum of RGB (Red+Green+Blue) = 167+181+29=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B51D is #584AE2. Grayscale: #A0A0A0. Windows color (decimal): -5786339 or 1947047. OLE color: 1947047.

HSL color Cylindrical-coordinate representation of color #A7B51D: hue angle of 65.53º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A7B51D is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 181 29 -
CMYK 0.08 0 0.84 0.29
HSL 65.53º 0.72% 0.41% -
HSV(B) 65.53º 0.84% 0.71% -
XYZ 32.68 41.35 7.42 -
YUV 159.49 54.36 133.36 -
System Red Green Blue C M Y K H S L
Decimal 167 181 29 0.08 0 0.84 0.29 65.53 0.72 0.41
Hex A7 B5 1D 8 0 54 1D 42 48 29
Octal 247 265 35 10 0 124 35 102 110 51
Binary 10100111 10110101 11101 1000 0 1010100 11101 1000010 1001000 101001

Color Harmonies of #A7B51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B51D

Black with #A7B51D

Text Example


Text Example

White with #A7B51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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