Html Css Color HEX #ACC426 Bahia

📋 copy color: '#ACC426'

red 172 ◦ green 196 ◦ blue 38

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

Shades of Bahia #ACC426

Tints of Bahia #ACC426

RGB

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

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

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

R = 42.36%
G = 48.28%
B = 9.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#ACC426 (or 0xACC426) is known color: Bahia. HEX triplet: AC, C4 and 26. RGB value is (172,196,38). Sum of RGB (Red+Green+Blue) = 172+196+38=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 38 (15.23% from 255 or 9.36% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC426 is #533BD9. Grayscale: #ABABAB. Windows color (decimal): -5454810 or 2540716. OLE color: 2540716.

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

Color convert

RGB 172 196 38 -
CMYK 0.12 0 0.81 0.23
HSL 69.11º 0.68% 0.46% -
HSV(B) 69.11º 0.81% 0.77% -
XYZ 37.1 48.39 9.22 -
YUV 170.81 53.05 128.85 -
System Red Green Blue C M Y K H S L
Decimal 172 196 38 0.12 0 0.81 0.23 69.11 0.68 0.46
Hex AC C4 26 C 0 51 17 45 44 2E
Octal 254 304 46 14 0 121 27 105 104 56
Binary 10101100 11000100 100110 1100 0 1010001 10111 1000101 1000100 101110

Color Harmonies of #ACC426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC426

Black with #ACC426

Text Example


Text Example

White with #ACC426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC426; }

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

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

background-color css

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

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

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

border-color css

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

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

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