Html Css Color HEX #ACC923 Bahia

📋 copy color: '#ACC923'

red 172 ◦ green 201 ◦ blue 35

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

Shades of Bahia #ACC923

Tints of Bahia #ACC923

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.26%

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

R = 42.16%
G = 49.26%
B = 8.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#ACC923 (or 0xACC923) is known color: Bahia. HEX triplet: AC, C9 and 23. RGB value is (172,201,35). Sum of RGB (Red+Green+Blue) = 172+201+35=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 35 (14.06% from 255 or 8.58% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC923 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC923 is #5336DC. Grayscale: #AEAEAE. Windows color (decimal): -5453533 or 2345388. OLE color: 2345388.

HSL color Cylindrical-coordinate representation of color #ACC923: hue angle of 70.48º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACC923 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 35 -
CMYK 0.14 0 0.83 0.21
HSL 70.48º 0.7% 0.46% -
HSV(B) 70.48º 0.83% 0.79% -
XYZ 38.2 50.67 9.36 -
YUV 173.41 49.89 127 -
System Red Green Blue C M Y K H S L
Decimal 172 201 35 0.14 0 0.83 0.21 70.48 0.7 0.46
Hex AC C9 23 E 0 53 15 46 46 2E
Octal 254 311 43 16 0 123 25 106 106 56
Binary 10101100 11001001 100011 1110 0 1010011 10101 1000110 1000110 101110

Color Harmonies of #ACC923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC923

Black with #ACC923

Text Example


Text Example

White with #ACC923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC923; }

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

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

background-color css

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

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

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

border-color css

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

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

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