Html Css Color HEX #A7BF1C Bahia

📋 copy color: '#A7BF1C'

red 167 ◦ green 191 ◦ blue 28

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

Shades of Bahia #A7BF1C

Tints of Bahia #A7BF1C

RGB

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

 GREEN value IS 191 (75% from 255) = 49.48%

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

R = 43.26%
G = 49.48%
B = 7.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#A7BF1C (or 0xA7BF1C) is known color: Bahia. HEX triplet: A7, BF and 1C. RGB value is (167,191,28). Sum of RGB (Red+Green+Blue) = 167+191+28=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BF1C is #5840E3. Grayscale: #A5A5A5. Windows color (decimal): -5783780 or 1884071. OLE color: 1884071.

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

Color convert

RGB 167 191 28 -
CMYK 0.13 0 0.85 0.25
HSL 68.83º 0.74% 0.43% -
HSV(B) 68.83º 0.85% 0.75% -
XYZ 34.78 45.56 8.06 -
YUV 165.24 50.55 129.25 -
System Red Green Blue C M Y K H S L
Decimal 167 191 28 0.13 0 0.85 0.25 68.83 0.74 0.43
Hex A7 BF 1C D 0 55 19 45 4A 2B
Octal 247 277 34 15 0 125 31 105 112 53
Binary 10100111 10111111 11100 1101 0 1010101 11001 1000101 1001010 101011

Color Harmonies of #A7BF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BF1C

Black with #A7BF1C

Text Example


Text Example

White with #A7BF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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