Html Css Color HEX #ACC32B Bahia

📋 copy color: '#ACC32B'

red 172 ◦ green 195 ◦ blue 43

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

Shades of Bahia #ACC32B

Tints of Bahia #ACC32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.49%

R = 41.95%
G = 47.56%
B = 10.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#ACC32B (or 0xACC32B) is known color: Bahia. HEX triplet: AC, C3 and 2B. RGB value is (172,195,43). Sum of RGB (Red+Green+Blue) = 172+195+43=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC32B is #533CD4. Grayscale: #ABABAB. Windows color (decimal): -5455061 or 2868140. OLE color: 2868140.

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

Color convert

RGB 172 195 43 -
CMYK 0.12 0 0.78 0.24
HSL 69.08º 0.64% 0.47% -
HSV(B) 69.08º 0.78% 0.76% -
XYZ 36.96 47.98 9.6 -
YUV 170.8 55.88 128.86 -
System Red Green Blue C M Y K H S L
Decimal 172 195 43 0.12 0 0.78 0.24 69.08 0.64 0.47
Hex AC C3 2B C 0 4E 18 45 40 2F
Octal 254 303 53 14 0 116 30 105 100 57
Binary 10101100 11000011 101011 1100 0 1001110 11000 1000101 1000000 101111

Color Harmonies of #ACC32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC32B

Black with #ACC32B

Text Example


Text Example

White with #ACC32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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