Html Css Color HEX #ACC826 Bahia

📋 copy color: '#ACC826'

red 172 ◦ green 200 ◦ blue 38

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

Shades of Bahia #ACC826

Tints of Bahia #ACC826

RGB

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

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

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

R = 41.95%
G = 48.78%
B = 9.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#ACC826 (or 0xACC826) is known color: Bahia. HEX triplet: AC, C8 and 26. RGB value is (172,200,38). Sum of RGB (Red+Green+Blue) = 172+200+38=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC826 is #5337D9. Grayscale: #ADADAD. Windows color (decimal): -5453786 or 2541740. OLE color: 2541740.

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

Color convert

RGB 172 200 38 -
CMYK 0.14 0 0.81 0.22
HSL 70.37º 0.68% 0.47% -
HSV(B) 70.37º 0.81% 0.78% -
XYZ 38.02 50.22 9.52 -
YUV 173.16 51.72 127.17 -
System Red Green Blue C M Y K H S L
Decimal 172 200 38 0.14 0 0.81 0.22 70.37 0.68 0.47
Hex AC C8 26 E 0 51 16 46 44 2F
Octal 254 310 46 16 0 121 26 106 104 57
Binary 10101100 11001000 100110 1110 0 1010001 10110 1000110 1000100 101111

Color Harmonies of #ACC826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC826

Black with #ACC826

Text Example


Text Example

White with #ACC826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC826; }

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

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

background-color css

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

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

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

border-color css

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

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

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