Html Css Color HEX #ACC22D Bahia

📋 copy color: '#ACC22D'

red 172 ◦ green 194 ◦ blue 45

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

Shades of Bahia #ACC22D

Tints of Bahia #ACC22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.95%

R = 41.85%
G = 47.2%
B = 10.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#ACC22D (or 0xACC22D) is known color: Bahia. HEX triplet: AC, C2 and 2D. RGB value is (172,194,45). Sum of RGB (Red+Green+Blue) = 172+194+45=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC22D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC22D is #533DD2. Grayscale: #ABABAB. Windows color (decimal): -5455315 or 2998956. OLE color: 2998956.

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

Color convert

RGB 172 194 45 -
CMYK 0.11 0 0.77 0.24
HSL 68.86º 0.62% 0.47% -
HSV(B) 68.86º 0.77% 0.76% -
XYZ 36.78 47.54 9.72 -
YUV 170.44 57.21 129.12 -
System Red Green Blue C M Y K H S L
Decimal 172 194 45 0.11 0 0.77 0.24 68.86 0.62 0.47
Hex AC C2 2D B 0 4D 18 45 3E 2F
Octal 254 302 55 13 0 115 30 105 76 57
Binary 10101100 11000010 101101 1011 0 1001101 11000 1000101 111110 101111

Color Harmonies of #ACC22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC22D

Black with #ACC22D

Text Example


Text Example

White with #ACC22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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