Html Css Color HEX #ACC32D Bahia

📋 copy color: '#ACC32D'

red 172 ◦ green 195 ◦ blue 45

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

Shades of Bahia #ACC32D

Tints of Bahia #ACC32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.92%

R = 41.75%
G = 47.33%
B = 10.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#ACC32D (or 0xACC32D) is known color: Bahia. HEX triplet: AC, C3 and 2D. RGB value is (172,195,45). Sum of RGB (Red+Green+Blue) = 172+195+45=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC32D is #533CD2. Grayscale: #ABABAB. Windows color (decimal): -5455059 or 2999212. OLE color: 2999212.

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

Color convert

RGB 172 195 45 -
CMYK 0.12 0 0.77 0.24
HSL 69.2º 0.63% 0.47% -
HSV(B) 69.2º 0.77% 0.76% -
XYZ 37 47.99 9.8 -
YUV 171.02 56.88 128.7 -
System Red Green Blue C M Y K H S L
Decimal 172 195 45 0.12 0 0.77 0.24 69.2 0.63 0.47
Hex AC C3 2D C 0 4D 18 45 3E 2F
Octal 254 303 55 14 0 115 30 105 76 57
Binary 10101100 11000011 101101 1100 0 1001101 11000 1000101 111110 101111

Color Harmonies of #ACC32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC32D

Black with #ACC32D

Text Example


Text Example

White with #ACC32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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