Html Css Color HEX #ACC226 Bahia

📋 copy color: '#ACC226'

red 172 ◦ green 194 ◦ blue 38

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

Shades of Bahia #ACC226

Tints of Bahia #ACC226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.41%

R = 42.57%
G = 48.02%
B = 9.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#ACC226 (or 0xACC226) is known color: Bahia. HEX triplet: AC, C2 and 26. RGB value is (172,194,38). Sum of RGB (Red+Green+Blue) = 172+194+38=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 38 (15.23% from 255 or 9.41% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC226 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC226 is #533DD9. Grayscale: #AAAAAA. Windows color (decimal): -5455322 or 2540204. OLE color: 2540204.

HSL color Cylindrical-coordinate representation of color #ACC226: hue angle of 68.46º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACC226 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 194 38 -
CMYK 0.11 0 0.80 0.24
HSL 68.46º 0.67% 0.45% -
HSV(B) 68.46º 0.8% 0.76% -
XYZ 36.65 47.49 9.07 -
YUV 169.64 53.71 129.68 -
System Red Green Blue C M Y K H S L
Decimal 172 194 38 0.11 0 0.80 0.24 68.46 0.67 0.45
Hex AC C2 26 B 0 50 18 44 43 2D
Octal 254 302 46 13 0 120 30 104 103 55
Binary 10101100 11000010 100110 1011 0 1010000 11000 1000100 1000011 101101

Color Harmonies of #ACC226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC226

Black with #ACC226

Text Example


Text Example

White with #ACC226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC226; }

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

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

background-color css

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

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

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

border-color css

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

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

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