Html Css Color HEX #A7B41C Bahia

📋 copy color: '#A7B41C'

red 167 ◦ green 180 ◦ blue 28

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

Shades of Bahia #A7B41C

Tints of Bahia #A7B41C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48%

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

R = 44.53%
G = 48%
B = 7.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#A7B41C (or 0xA7B41C) is known color: Bahia. HEX triplet: A7, B4 and 1C. RGB value is (167,180,28). Sum of RGB (Red+Green+Blue) = 167+180+28=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 28 (11.33% from 255 or 7.47% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B41C is #584BE3. Grayscale: #9F9F9F. Windows color (decimal): -5786596 or 1881255. OLE color: 1881255.

HSL color Cylindrical-coordinate representation of color #A7B41C: hue angle of 65.13º degrees, saturation: 0.73, 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 #A7B41C is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 180 28 -
CMYK 0.07 0 0.84 0.29
HSL 65.13º 0.73% 0.41% -
HSV(B) 65.13º 0.84% 0.71% -
XYZ 32.47 40.94 7.29 -
YUV 158.79 54.19 133.86 -
System Red Green Blue C M Y K H S L
Decimal 167 180 28 0.07 0 0.84 0.29 65.13 0.73 0.41
Hex A7 B4 1C 7 0 54 1D 41 49 29
Octal 247 264 34 7 0 124 35 101 111 51
Binary 10100111 10110100 11100 111 0 1010100 11101 1000001 1001001 101001

Color Harmonies of #A7B41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B41C

Black with #A7B41C

Text Example


Text Example

White with #A7B41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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