Html Css Color HEX #A7C328 Bahia

📋 copy color: '#A7C328'

red 167 ◦ green 195 ◦ blue 40

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

Shades of Bahia #A7C328

Tints of Bahia #A7C328

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.51%

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

R = 41.54%
G = 48.51%
B = 9.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#A7C328 (or 0xA7C328) is known color: Bahia. HEX triplet: A7, C3 and 28. RGB value is (167,195,40). Sum of RGB (Red+Green+Blue) = 167+195+40=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 40 (16.02% from 255 or 9.95% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C328 is #583CD7. Grayscale: #A9A9A9. Windows color (decimal): -5782744 or 2671527. OLE color: 2671527.

HSL color Cylindrical-coordinate representation of color #A7C328: hue angle of 70.84º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A7C328 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 167 195 40 -
CMYK 0.14 0 0.79 0.24
HSL 70.84º 0.66% 0.46% -
HSV(B) 70.84º 0.79% 0.76% -
XYZ 35.83 47.4 9.27 -
YUV 168.96 55.22 126.6 -
System Red Green Blue C M Y K H S L
Decimal 167 195 40 0.14 0 0.79 0.24 70.84 0.66 0.46
Hex A7 C3 28 E 0 4F 18 47 42 2E
Octal 247 303 50 16 0 117 30 107 102 56
Binary 10100111 11000011 101000 1110 0 1001111 11000 1000111 1000010 101110

Color Harmonies of #A7C328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C328

Black with #A7C328

Text Example


Text Example

White with #A7C328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C328; }

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

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

background-color css

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

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

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

border-color css

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

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

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