Html Css Color HEX #ACC121 Bahia

📋 copy color: '#ACC121'

red 172 ◦ green 193 ◦ blue 33

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

Shades of Bahia #ACC121

Tints of Bahia #ACC121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.49%

 BLUE value IS 33 (13.28% from 255) = 8.29%

R = 43.22%
G = 48.49%
B = 8.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#ACC121 (or 0xACC121) is known color: Bahia. HEX triplet: AC, C1 and 21. RGB value is (172,193,33). Sum of RGB (Red+Green+Blue) = 172+193+33=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 33 (13.28% from 255 or 8.29% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC121 is #533EDE. Grayscale: #A9A9A9. Windows color (decimal): -5455583 or 2212268. OLE color: 2212268.

HSL color Cylindrical-coordinate representation of color #ACC121: hue angle of 67.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACC121 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 193 33 -
CMYK 0.11 0 0.83 0.24
HSL 67.88º 0.71% 0.44% -
HSV(B) 67.88º 0.83% 0.76% -
XYZ 36.36 47.02 8.6 -
YUV 168.48 51.54 130.51 -
System Red Green Blue C M Y K H S L
Decimal 172 193 33 0.11 0 0.83 0.24 67.88 0.71 0.44
Hex AC C1 21 B 0 53 18 44 47 2C
Octal 254 301 41 13 0 123 30 104 107 54
Binary 10101100 11000001 100001 1011 0 1010011 11000 1000100 1000111 101100

Color Harmonies of #ACC121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC121

Black with #ACC121

Text Example


Text Example

White with #ACC121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC121; }

 p { color: rgb(172,193,33); }

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

background-color css

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

 a { background-color: rgb(172,193,33); }

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

border-color css

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

 span { border-color: rgb(172,193,33); }

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