Html Css Color HEX #ACC823 Bahia

📋 copy color: '#ACC823'

red 172 ◦ green 200 ◦ blue 35

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

Shades of Bahia #ACC823

Tints of Bahia #ACC823

RGB

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

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

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

R = 42.26%
G = 49.14%
B = 8.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#ACC823 (or 0xACC823) is known color: Bahia. HEX triplet: AC, C8 and 23. RGB value is (172,200,35). Sum of RGB (Red+Green+Blue) = 172+200+35=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 35 (14.06% from 255 or 8.60% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC823 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC823 is #5337DC. Grayscale: #ADADAD. Windows color (decimal): -5453789 or 2345132. OLE color: 2345132.

HSL color Cylindrical-coordinate representation of color #ACC823: hue angle of 70.18º 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 #ACC823 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 200 35 -
CMYK 0.14 0 0.82 0.22
HSL 70.18º 0.7% 0.46% -
HSV(B) 70.18º 0.83% 0.78% -
XYZ 37.97 50.2 9.28 -
YUV 172.82 50.22 127.42 -
System Red Green Blue C M Y K H S L
Decimal 172 200 35 0.14 0 0.82 0.22 70.18 0.7 0.46
Hex AC C8 23 E 0 52 16 46 46 2E
Octal 254 310 43 16 0 122 26 106 106 56
Binary 10101100 11001000 100011 1110 0 1010010 10110 1000110 1000110 101110

Color Harmonies of #ACC823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC823

Black with #ACC823

Text Example


Text Example

White with #ACC823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC823; }

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

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

background-color css

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

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

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

border-color css

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

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

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