Html Css Color HEX #A7BC15 Bahia

📋 copy color: '#A7BC15'

red 167 ◦ green 188 ◦ blue 21

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

Shades of Bahia #A7BC15

Tints of Bahia #A7BC15

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50%

 BLUE value IS 21 (8.59% from 255) = 5.59%

R = 44.41%
G = 50%
B = 5.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#A7BC15 (or 0xA7BC15) is known color: Bahia. HEX triplet: A7, BC and 15. RGB value is (167,188,21). Sum of RGB (Red+Green+Blue) = 167+188+21=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BC15 is #5843EA. Grayscale: #A3A3A3. Windows color (decimal): -5784555 or 1424551. OLE color: 1424551.

HSL color Cylindrical-coordinate representation of color #A7BC15: hue angle of 67.54º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A7BC15 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 188 21 -
CMYK 0.11 0 0.89 0.26
HSL 67.54º 0.8% 0.41% -
HSV(B) 67.54º 0.89% 0.74% -
XYZ 34.05 44.24 7.45 -
YUV 162.68 48.04 131.08 -
System Red Green Blue C M Y K H S L
Decimal 167 188 21 0.11 0 0.89 0.26 67.54 0.8 0.41
Hex A7 BC 15 B 0 59 1A 44 50 29
Octal 247 274 25 13 0 131 32 104 120 51
Binary 10100111 10111100 10101 1011 0 1011001 11010 1000100 1010000 101001

Color Harmonies of #A7BC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BC15

Black with #A7BC15

Text Example


Text Example

White with #A7BC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BC15; }

 p { color: rgb(167,188,21); }

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

background-color css

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

 a { background-color: rgb(167,188,21); }

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

border-color css

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

 span { border-color: rgb(167,188,21); }

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