Html Css Color HEX #ACC32F Bahia

📋 copy color: '#ACC32F'

red 172 ◦ green 195 ◦ blue 47

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

Shades of Bahia #ACC32F

Tints of Bahia #ACC32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.35%

R = 41.55%
G = 47.1%
B = 11.35%

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

#ACC32F (or 0xACC32F) is known color: Bahia. HEX triplet: AC, C3 and 2F. RGB value is (172,195,47). Sum of RGB (Red+Green+Blue) = 172+195+47=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC32F is #533CD0. Grayscale: #ABABAB. Windows color (decimal): -5455057 or 3130284. OLE color: 3130284.

HSL color Cylindrical-coordinate representation of color #ACC32F: hue angle of 69.32º degrees, saturation: 0.61, 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 #ACC32F is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 195 47 -
CMYK 0.12 0 0.76 0.24
HSL 69.32º 0.61% 0.47% -
HSV(B) 69.32º 0.76% 0.76% -
XYZ 37.04 48.01 10 -
YUV 171.25 57.88 128.53 -
System Red Green Blue C M Y K H S L
Decimal 172 195 47 0.12 0 0.76 0.24 69.32 0.61 0.47
Hex AC C3 2F C 0 4C 18 45 3D 2F
Octal 254 303 57 14 0 114 30 105 75 57
Binary 10101100 11000011 101111 1100 0 1001100 11000 1000101 111101 101111

Color Harmonies of #ACC32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC32F

Black with #ACC32F

Text Example


Text Example

White with #ACC32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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