Html Css Color HEX #ACC32E Bahia

📋 copy color: '#ACC32E'

red 172 ◦ green 195 ◦ blue 46

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

Shades of Bahia #ACC32E

Tints of Bahia #ACC32E

RGB

 RED value IS 172 (67.58% from 255) = 41.65%

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

 BLUE value IS 46 (18.36% from 255) = 11.14%

R = 41.65%
G = 47.22%
B = 11.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#ACC32E (or 0xACC32E) is known color: Bahia. HEX triplet: AC, C3 and 2E. RGB value is (172,195,46). Sum of RGB (Red+Green+Blue) = 172+195+46=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC32E is #533CD1. Grayscale: #ABABAB. Windows color (decimal): -5455058 or 3064748. OLE color: 3064748.

HSL color Cylindrical-coordinate representation of color #ACC32E: hue angle of 69.26º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACC32E is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 195 46 -
CMYK 0.12 0 0.76 0.24
HSL 69.26º 0.62% 0.47% -
HSV(B) 69.26º 0.76% 0.76% -
XYZ 37.02 48 9.9 -
YUV 171.14 57.38 128.62 -
System Red Green Blue C M Y K H S L
Decimal 172 195 46 0.12 0 0.76 0.24 69.26 0.62 0.47
Hex AC C3 2E C 0 4C 18 45 3E 2F
Octal 254 303 56 14 0 114 30 105 76 57
Binary 10101100 11000011 101110 1100 0 1001100 11000 1000101 111110 101111

Color Harmonies of #ACC32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC32E

Black with #ACC32E

Text Example


Text Example

White with #ACC32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC32E; }

 p { color: rgb(172,195,46); }

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

background-color css

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

 a { background-color: rgb(172,195,46); }

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

border-color css

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

 span { border-color: rgb(172,195,46); }

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