Html Css Color HEX #A7C01F Bahia

📋 copy color: '#A7C01F'

red 167 ◦ green 192 ◦ blue 31

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

Shades of Bahia #A7C01F

Tints of Bahia #A7C01F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.23%

 BLUE value IS 31 (12.5% from 255) = 7.95%

R = 42.82%
G = 49.23%
B = 7.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#A7C01F (or 0xA7C01F) is known color: Bahia. HEX triplet: A7, C0 and 1F. RGB value is (167,192,31). Sum of RGB (Red+Green+Blue) = 167+192+31=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C01F is #583FE0. Grayscale: #A6A6A6. Windows color (decimal): -5783521 or 2080935. OLE color: 2080935.

HSL color Cylindrical-coordinate representation of color #A7C01F: hue angle of 69.32º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A7C01F is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 192 31 -
CMYK 0.13 0 0.84 0.25
HSL 69.32º 0.72% 0.44% -
HSV(B) 69.32º 0.84% 0.75% -
XYZ 35.03 46.01 8.33 -
YUV 166.17 51.72 128.59 -
System Red Green Blue C M Y K H S L
Decimal 167 192 31 0.13 0 0.84 0.25 69.32 0.72 0.44
Hex A7 C0 1F D 0 54 19 45 48 2C
Octal 247 300 37 15 0 124 31 105 110 54
Binary 10100111 11000000 11111 1101 0 1010100 11001 1000101 1001000 101100

Color Harmonies of #A7C01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C01F

Black with #A7C01F

Text Example


Text Example

White with #A7C01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C01F; }

 p { color: rgb(167,192,31); }

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

background-color css

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

 a { background-color: rgb(167,192,31); }

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

border-color css

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

 span { border-color: rgb(167,192,31); }

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