Html Css Color HEX #ACC423 Bahia

📋 copy color: '#ACC423'

red 172 ◦ green 196 ◦ blue 35

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

Shades of Bahia #ACC423

Tints of Bahia #ACC423

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.64%

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

R = 42.68%
G = 48.64%
B = 8.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#ACC423 (or 0xACC423) is known color: Bahia. HEX triplet: AC, C4 and 23. RGB value is (172,196,35). Sum of RGB (Red+Green+Blue) = 172+196+35=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC423 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC423 is #533BDC. Grayscale: #ABABAB. Windows color (decimal): -5454813 or 2344108. OLE color: 2344108.

HSL color Cylindrical-coordinate representation of color #ACC423: hue angle of 68.94º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACC423 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 35 -
CMYK 0.12 0 0.82 0.23
HSL 68.94º 0.7% 0.45% -
HSV(B) 68.94º 0.82% 0.77% -
XYZ 37.06 48.37 8.97 -
YUV 170.47 51.55 129.09 -
System Red Green Blue C M Y K H S L
Decimal 172 196 35 0.12 0 0.82 0.23 68.94 0.7 0.45
Hex AC C4 23 C 0 52 17 45 46 2D
Octal 254 304 43 14 0 122 27 105 106 55
Binary 10101100 11000100 100011 1100 0 1010010 10111 1000101 1000110 101101

Color Harmonies of #ACC423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC423

Black with #ACC423

Text Example


Text Example

White with #ACC423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC423; }

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

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

background-color css

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

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

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

border-color css

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

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

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