Html Css Color HEX #ACCC20 Bahia

📋 copy color: '#ACCC20'

red 172 ◦ green 204 ◦ blue 32

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

Shades of Bahia #ACCC20

Tints of Bahia #ACCC20

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50%

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

R = 42.16%
G = 50%
B = 7.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#ACCC20 (or 0xACCC20) is known color: Bahia. HEX triplet: AC, CC and 20. RGB value is (172,204,32). Sum of RGB (Red+Green+Blue) = 172+204+32=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC20 is #5333DF. Grayscale: #AFAFAF. Windows color (decimal): -5452768 or 2149548. OLE color: 2149548.

HSL color Cylindrical-coordinate representation of color #ACCC20: hue angle of 71.16º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACCC20 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 32 -
CMYK 0.16 0 0.84 0.2
HSL 71.16º 0.73% 0.46% -
HSV(B) 71.16º 0.84% 0.8% -
XYZ 38.87 52.06 9.37 -
YUV 174.82 47.4 125.99 -
System Red Green Blue C M Y K H S L
Decimal 172 204 32 0.16 0 0.84 0.2 71.16 0.73 0.46
Hex AC CC 20 10 0 54 14 47 49 2E
Octal 254 314 40 20 0 124 24 107 111 56
Binary 10101100 11001100 100000 10000 0 1010100 10100 1000111 1001001 101110

Color Harmonies of #ACCC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC20

Black with #ACCC20

Text Example


Text Example

White with #ACCC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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