Html Css Color HEX #ACC130 Bahia

📋 copy color: '#ACC130'

red 172 ◦ green 193 ◦ blue 48

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

Shades of Bahia #ACC130

Tints of Bahia #ACC130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.62%

R = 41.65%
G = 46.73%
B = 11.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#ACC130 (or 0xACC130) is known color: Bahia. HEX triplet: AC, C1 and 30. RGB value is (172,193,48). Sum of RGB (Red+Green+Blue) = 172+193+48=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC130 is #533ECF. Grayscale: #AAAAAA. Windows color (decimal): -5455568 or 3195308. OLE color: 3195308.

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

Color convert

RGB 172 193 48 -
CMYK 0.11 0 0.75 0.24
HSL 68.69º 0.6% 0.47% -
HSV(B) 68.69º 0.75% 0.76% -
XYZ 36.62 47.12 9.96 -
YUV 170.19 59.04 129.29 -
System Red Green Blue C M Y K H S L
Decimal 172 193 48 0.11 0 0.75 0.24 68.69 0.6 0.47
Hex AC C1 30 B 0 4B 18 45 3C 2F
Octal 254 301 60 13 0 113 30 105 74 57
Binary 10101100 11000001 110000 1011 0 1001011 11000 1000101 111100 101111

Color Harmonies of #ACC130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC130

Black with #ACC130

Text Example


Text Example

White with #ACC130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC130; }

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

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

background-color css

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

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

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

border-color css

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

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

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