Html Css Color HEX #A7BC32 Bahia

📋 copy color: '#A7BC32'

red 167 ◦ green 188 ◦ blue 50

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

Shades of Bahia #A7BC32

Tints of Bahia #A7BC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.35%

R = 41.23%
G = 46.42%
B = 12.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#A7BC32 (or 0xA7BC32) is known color: Bahia. HEX triplet: A7, BC and 32. RGB value is (167,188,50). Sum of RGB (Red+Green+Blue) = 167+188+50=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BC32 is #5843CD. Grayscale: #A6A6A6. Windows color (decimal): -5784526 or 3325095. OLE color: 3325095.

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

Color convert

RGB 167 188 50 -
CMYK 0.11 0 0.73 0.26
HSL 69.13º 0.58% 0.47% -
HSV(B) 69.13º 0.73% 0.74% -
XYZ 34.5 44.41 9.77 -
YUV 165.99 62.54 128.72 -
System Red Green Blue C M Y K H S L
Decimal 167 188 50 0.11 0 0.73 0.26 69.13 0.58 0.47
Hex A7 BC 32 B 0 49 1A 45 3A 2F
Octal 247 274 62 13 0 111 32 105 72 57
Binary 10100111 10111100 110010 1011 0 1001001 11010 1000101 111010 101111

Color Harmonies of #A7BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BC32

Black with #A7BC32

Text Example


Text Example

White with #A7BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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