Html Css Color HEX #ACC40D Bahia

📋 copy color: '#ACC40D'

red 172 ◦ green 196 ◦ blue 13

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

Shades of Bahia #ACC40D

Tints of Bahia #ACC40D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.44%

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

R = 45.14%
G = 51.44%
B = 3.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#ACC40D (or 0xACC40D) is known color: Bahia. HEX triplet: AC, C4 and 0D. RGB value is (172,196,13). Sum of RGB (Red+Green+Blue) = 172+196+13=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 196 (76.95% from 255 or 51.44% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC40D is #533BF2. Grayscale: #A8A8A8. Windows color (decimal): -5454835 or 902316. OLE color: 902316.

HSL color Cylindrical-coordinate representation of color #ACC40D: hue angle of 67.87º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACC40D is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 13 -
CMYK 0.12 0 0.93 0.23
HSL 67.87º 0.88% 0.41% -
HSV(B) 67.87º 0.93% 0.77% -
XYZ 36.83 48.28 7.76 -
YUV 167.96 40.55 130.88 -
System Red Green Blue C M Y K H S L
Decimal 172 196 13 0.12 0 0.93 0.23 67.87 0.88 0.41
Hex AC C4 D C 0 5D 17 44 58 29
Octal 254 304 15 14 0 135 27 104 130 51
Binary 10101100 11000100 1101 1100 0 1011101 10111 1000100 1011000 101001

Color Harmonies of #ACC40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC40D

Black with #ACC40D

Text Example


Text Example

White with #ACC40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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