Html Css Color HEX #ACC422 Bahia

📋 copy color: '#ACC422'

red 172 ◦ green 196 ◦ blue 34

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

Shades of Bahia #ACC422

Tints of Bahia #ACC422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.46%

R = 42.79%
G = 48.76%
B = 8.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#ACC422 (or 0xACC422) is known color: Bahia. HEX triplet: AC, C4 and 22. RGB value is (172,196,34). Sum of RGB (Red+Green+Blue) = 172+196+34=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 34 (13.67% from 255 or 8.46% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC422 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC422 is #533BDD. Grayscale: #AAAAAA. Windows color (decimal): -5454814 or 2278572. OLE color: 2278572.

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

Color convert

RGB 172 196 34 -
CMYK 0.12 0 0.83 0.23
HSL 68.89º 0.7% 0.45% -
HSV(B) 68.89º 0.83% 0.77% -
XYZ 37.04 48.37 8.9 -
YUV 170.36 51.05 129.17 -
System Red Green Blue C M Y K H S L
Decimal 172 196 34 0.12 0 0.83 0.23 68.89 0.7 0.45
Hex AC C4 22 C 0 53 17 45 46 2D
Octal 254 304 42 14 0 123 27 105 106 55
Binary 10101100 11000100 100010 1100 0 1010011 10111 1000101 1000110 101101

Color Harmonies of #ACC422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC422

Black with #ACC422

Text Example


Text Example

White with #ACC422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC422; }

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

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

background-color css

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

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

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

border-color css

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

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

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