Html Css Color HEX #A7BC28 Bahia

📋 copy color: '#A7BC28'

red 167 ◦ green 188 ◦ blue 40

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

Shades of Bahia #A7BC28

Tints of Bahia #A7BC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.13%

R = 42.28%
G = 47.59%
B = 10.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#A7BC28 (or 0xA7BC28) is known color: Bahia. HEX triplet: A7, BC and 28. RGB value is (167,188,40). Sum of RGB (Red+Green+Blue) = 167+188+40=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BC28 is #5843D7. Grayscale: #A5A5A5. Windows color (decimal): -5784536 or 2669735. OLE color: 2669735.

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

Color convert

RGB 167 188 40 -
CMYK 0.11 0 0.79 0.26
HSL 68.51º 0.65% 0.45% -
HSV(B) 68.51º 0.79% 0.74% -
XYZ 34.3 44.34 8.76 -
YUV 164.85 57.54 129.53 -
System Red Green Blue C M Y K H S L
Decimal 167 188 40 0.11 0 0.79 0.26 68.51 0.65 0.45
Hex A7 BC 28 B 0 4F 1A 45 41 2D
Octal 247 274 50 13 0 117 32 105 101 55
Binary 10100111 10111100 101000 1011 0 1001111 11010 1000101 1000001 101101

Color Harmonies of #A7BC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BC28

Black with #A7BC28

Text Example


Text Example

White with #A7BC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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