Html Css Color HEX #ACC626 Bahia

📋 copy color: '#ACC626'

red 172 ◦ green 198 ◦ blue 38

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

Shades of Bahia #ACC626

Tints of Bahia #ACC626

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.53%

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

R = 42.16%
G = 48.53%
B = 9.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#ACC626 (or 0xACC626) is known color: Bahia. HEX triplet: AC, C6 and 26. RGB value is (172,198,38). Sum of RGB (Red+Green+Blue) = 172+198+38=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 38 (15.23% from 255 or 9.31% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC626 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC626 is #5339D9. Grayscale: #ACACAC. Windows color (decimal): -5454298 or 2541228. OLE color: 2541228.

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

Color convert

RGB 172 198 38 -
CMYK 0.13 0 0.81 0.22
HSL 69.75º 0.68% 0.46% -
HSV(B) 69.75º 0.81% 0.78% -
XYZ 37.56 49.3 9.37 -
YUV 171.99 52.39 128.01 -
System Red Green Blue C M Y K H S L
Decimal 172 198 38 0.13 0 0.81 0.22 69.75 0.68 0.46
Hex AC C6 26 D 0 51 16 46 44 2E
Octal 254 306 46 15 0 121 26 106 104 56
Binary 10101100 11000110 100110 1101 0 1010001 10110 1000110 1000100 101110

Color Harmonies of #ACC626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC626

Black with #ACC626

Text Example


Text Example

White with #ACC626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC626; }

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

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

background-color css

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

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

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

border-color css

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

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

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