Html Css Color HEX #ACC025 Bahia

📋 copy color: '#ACC025'

red 172 ◦ green 192 ◦ blue 37

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

Shades of Bahia #ACC025

Tints of Bahia #ACC025

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.88%

 BLUE value IS 37 (14.84% from 255) = 9.23%

R = 42.89%
G = 47.88%
B = 9.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#ACC025 (or 0xACC025) is known color: Bahia. HEX triplet: AC, C0 and 25. RGB value is (172,192,37). Sum of RGB (Red+Green+Blue) = 172+192+37=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC025 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC025 is #533FDA. Grayscale: #A8A8A8. Windows color (decimal): -5455835 or 2474156. OLE color: 2474156.

HSL color Cylindrical-coordinate representation of color #ACC025: hue angle of 67.74º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACC025 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 37 -
CMYK 0.10 0 0.81 0.25
HSL 67.74º 0.68% 0.45% -
HSV(B) 67.74º 0.81% 0.75% -
XYZ 36.2 46.6 8.84 -
YUV 168.35 53.87 130.6 -
System Red Green Blue C M Y K H S L
Decimal 172 192 37 0.10 0 0.81 0.25 67.74 0.68 0.45
Hex AC C0 25 A 0 51 19 44 44 2D
Octal 254 300 45 12 0 121 31 104 104 55
Binary 10101100 11000000 100101 1010 0 1010001 11001 1000100 1000100 101101

Color Harmonies of #ACC025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC025

Black with #ACC025

Text Example


Text Example

White with #ACC025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC025; }

 p { color: rgb(172,192,37); }

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

background-color css

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

 a { background-color: rgb(172,192,37); }

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

border-color css

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

 span { border-color: rgb(172,192,37); }

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