Html Css Color HEX #ACCE20 Bahia

📋 copy color: '#ACCE20'

red 172 ◦ green 206 ◦ blue 32

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

Shades of Bahia #ACCE20

Tints of Bahia #ACCE20

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.24%

 BLUE value IS 32 (12.89% from 255) = 7.8%

R = 41.95%
G = 50.24%
B = 7.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#ACCE20 (or 0xACCE20) is known color: Bahia. HEX triplet: AC, CE and 20. RGB value is (172,206,32). Sum of RGB (Red+Green+Blue) = 172+206+32=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 206 (80.86% from 255 or 50.24% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCE20 is #5331DF. Grayscale: #B0B0B0. Windows color (decimal): -5452256 or 2150060. OLE color: 2150060.

HSL color Cylindrical-coordinate representation of color #ACCE20: hue angle of 71.72º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACCE20 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 206 32 -
CMYK 0.17 0 0.84 0.19
HSL 71.72º 0.73% 0.47% -
HSV(B) 71.72º 0.84% 0.81% -
XYZ 39.35 53.02 9.53 -
YUV 176 46.74 125.15 -
System Red Green Blue C M Y K H S L
Decimal 172 206 32 0.17 0 0.84 0.19 71.72 0.73 0.47
Hex AC CE 20 11 0 54 13 48 49 2F
Octal 254 316 40 21 0 124 23 110 111 57
Binary 10101100 11001110 100000 10001 0 1010100 10011 1001000 1001001 101111

Color Harmonies of #ACCE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCE20

Black with #ACCE20

Text Example


Text Example

White with #ACCE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCE20; }

 p { color: rgb(172,206,32); }

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

background-color css

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

 a { background-color: rgb(172,206,32); }

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

border-color css

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

 span { border-color: rgb(172,206,32); }

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