Html Css Color HEX #ACC623 Bahia

📋 copy color: '#ACC623'

red 172 ◦ green 198 ◦ blue 35

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

Shades of Bahia #ACC623

Tints of Bahia #ACC623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.64%

R = 42.47%
G = 48.89%
B = 8.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#ACC623 (or 0xACC623) is known color: Bahia. HEX triplet: AC, C6 and 23. RGB value is (172,198,35). Sum of RGB (Red+Green+Blue) = 172+198+35=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 198 (77.73% from 255 or 48.89% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC623 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC623 is #5339DC. Grayscale: #ACACAC. Windows color (decimal): -5454301 or 2344620. OLE color: 2344620.

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

Color convert

RGB 172 198 35 -
CMYK 0.13 0 0.82 0.22
HSL 69.57º 0.7% 0.46% -
HSV(B) 69.57º 0.82% 0.78% -
XYZ 37.51 49.28 9.13 -
YUV 171.64 50.89 128.25 -
System Red Green Blue C M Y K H S L
Decimal 172 198 35 0.13 0 0.82 0.22 69.57 0.7 0.46
Hex AC C6 23 D 0 52 16 46 46 2E
Octal 254 306 43 15 0 122 26 106 106 56
Binary 10101100 11000110 100011 1101 0 1010010 10110 1000110 1000110 101110

Color Harmonies of #ACC623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC623

Black with #ACC623

Text Example


Text Example

White with #ACC623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC623; }

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

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

background-color css

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

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

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

border-color css

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

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

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