Html Css Color HEX #ACC81D Bahia

📋 copy color: '#ACC81D'

red 172 ◦ green 200 ◦ blue 29

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

Shades of Bahia #ACC81D

Tints of Bahia #ACC81D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.88%

 BLUE value IS 29 (11.72% from 255) = 7.23%

R = 42.89%
G = 49.88%
B = 7.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#ACC81D (or 0xACC81D) is known color: Bahia. HEX triplet: AC, C8 and 1D. RGB value is (172,200,29). Sum of RGB (Red+Green+Blue) = 172+200+29=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC81D is #5337E2. Grayscale: #ACACAC. Windows color (decimal): -5453795 or 1951916. OLE color: 1951916.

HSL color Cylindrical-coordinate representation of color #ACC81D: hue angle of 69.82º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACC81D is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 200 29 -
CMYK 0.14 0 0.86 0.22
HSL 69.82º 0.75% 0.45% -
HSV(B) 69.82º 0.86% 0.78% -
XYZ 37.89 50.17 8.85 -
YUV 172.13 47.22 127.9 -
System Red Green Blue C M Y K H S L
Decimal 172 200 29 0.14 0 0.86 0.22 69.82 0.75 0.45
Hex AC C8 1D E 0 56 16 46 4B 2D
Octal 254 310 35 16 0 126 26 106 113 55
Binary 10101100 11001000 11101 1110 0 1010110 10110 1000110 1001011 101101

Color Harmonies of #ACC81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC81D

Black with #ACC81D

Text Example


Text Example

White with #ACC81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC81D; }

 p { color: rgb(172,200,29); }

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

background-color css

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

 a { background-color: rgb(172,200,29); }

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

border-color css

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

 span { border-color: rgb(172,200,29); }

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