Html Css Color HEX #ACC20D Bahia

📋 copy color: '#ACC20D'

red 172 ◦ green 194 ◦ blue 13

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

Shades of Bahia #ACC20D

Tints of Bahia #ACC20D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.19%

 BLUE value IS 13 (5.47% from 255) = 3.43%

R = 45.38%
G = 51.19%
B = 3.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#ACC20D (or 0xACC20D) is known color: Bahia. HEX triplet: AC, C2 and 0D. RGB value is (172,194,13). Sum of RGB (Red+Green+Blue) = 172+194+13=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC20D is #533DF2. Grayscale: #A7A7A7. Windows color (decimal): -5455347 or 901804. OLE color: 901804.

HSL color Cylindrical-coordinate representation of color #ACC20D: hue angle of 67.29º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACC20D is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 194 13 -
CMYK 0.11 0 0.93 0.24
HSL 67.29º 0.87% 0.41% -
HSV(B) 67.29º 0.93% 0.76% -
XYZ 36.38 47.38 7.61 -
YUV 166.79 41.21 131.72 -
System Red Green Blue C M Y K H S L
Decimal 172 194 13 0.11 0 0.93 0.24 67.29 0.87 0.41
Hex AC C2 D B 0 5D 18 43 57 29
Octal 254 302 15 13 0 135 30 103 127 51
Binary 10101100 11000010 1101 1011 0 1011101 11000 1000011 1010111 101001

Color Harmonies of #ACC20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC20D

Black with #ACC20D

Text Example


Text Example

White with #ACC20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC20D; }

 p { color: rgb(172,194,13); }

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

background-color css

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

 a { background-color: rgb(172,194,13); }

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

border-color css

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

 span { border-color: rgb(172,194,13); }

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