Html Css Color HEX #ACC725 Bahia

📋 copy color: '#ACC725'

red 172 ◦ green 199 ◦ blue 37

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

Shades of Bahia #ACC725

Tints of Bahia #ACC725

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.77%

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

R = 42.16%
G = 48.77%
B = 9.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#ACC725 (or 0xACC725) is known color: Bahia. HEX triplet: AC, C7 and 25. RGB value is (172,199,37). Sum of RGB (Red+Green+Blue) = 172+199+37=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 199 (78.12% from 255 or 48.77% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC725 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC725 is #5338DA. Grayscale: #ADADAD. Windows color (decimal): -5454043 or 2475948. OLE color: 2475948.

HSL color Cylindrical-coordinate representation of color #ACC725: hue angle of 70º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACC725 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 199 37 -
CMYK 0.14 0 0.81 0.22
HSL 70º 0.69% 0.46% -
HSV(B) 70º 0.81% 0.78% -
XYZ 37.77 49.75 9.36 -
YUV 172.46 51.55 127.67 -
System Red Green Blue C M Y K H S L
Decimal 172 199 37 0.14 0 0.81 0.22 70 0.69 0.46
Hex AC C7 25 E 0 51 16 46 45 2E
Octal 254 307 45 16 0 121 26 106 105 56
Binary 10101100 11000111 100101 1110 0 1010001 10110 1000110 1000101 101110

Color Harmonies of #ACC725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC725

Black with #ACC725

Text Example


Text Example

White with #ACC725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC725; }

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

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

background-color css

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

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

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

border-color css

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

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

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