Html Css Color HEX #ACC126 Bahia

📋 copy color: '#ACC126'

red 172 ◦ green 193 ◦ blue 38

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

Shades of Bahia #ACC126

Tints of Bahia #ACC126

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.89%

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

R = 42.68%
G = 47.89%
B = 9.43%

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

#ACC126 (or 0xACC126) is known color: Bahia. HEX triplet: AC, C1 and 26. RGB value is (172,193,38). Sum of RGB (Red+Green+Blue) = 172+193+38=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC126 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC126 is #533ED9. Grayscale: #A9A9A9. Windows color (decimal): -5455578 or 2539948. OLE color: 2539948.

HSL color Cylindrical-coordinate representation of color #ACC126: hue angle of 68.13º 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 #ACC126 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 193 38 -
CMYK 0.11 0 0.80 0.24
HSL 68.13º 0.67% 0.45% -
HSV(B) 68.13º 0.8% 0.76% -
XYZ 36.43 47.05 9 -
YUV 169.05 54.04 130.1 -
System Red Green Blue C M Y K H S L
Decimal 172 193 38 0.11 0 0.80 0.24 68.13 0.67 0.45
Hex AC C1 26 B 0 50 18 44 43 2D
Octal 254 301 46 13 0 120 30 104 103 55
Binary 10101100 11000001 100110 1011 0 1010000 11000 1000100 1000011 101101

Color Harmonies of #ACC126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC126

Black with #ACC126

Text Example


Text Example

White with #ACC126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC126; }

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

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

background-color css

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

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

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

border-color css

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

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

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