Html Css Color HEX #ACC030 Bahia

📋 copy color: '#ACC030'

red 172 ◦ green 192 ◦ blue 48

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

Shades of Bahia #ACC030

Tints of Bahia #ACC030

RGB

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

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

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

R = 41.75%
G = 46.6%
B = 11.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#ACC030 (or 0xACC030) is known color: Bahia. HEX triplet: AC, C0 and 30. RGB value is (172,192,48). Sum of RGB (Red+Green+Blue) = 172+192+48=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC030 is #533FCF. Grayscale: #AAAAAA. Windows color (decimal): -5455824 or 3195052. OLE color: 3195052.

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

Color convert

RGB 172 192 48 -
CMYK 0.10 0 0.75 0.25
HSL 68.33º 0.6% 0.47% -
HSV(B) 68.33º 0.75% 0.75% -
XYZ 36.4 46.68 9.89 -
YUV 169.6 59.37 129.71 -
System Red Green Blue C M Y K H S L
Decimal 172 192 48 0.10 0 0.75 0.25 68.33 0.6 0.47
Hex AC C0 30 A 0 4B 19 44 3C 2F
Octal 254 300 60 12 0 113 31 104 74 57
Binary 10101100 11000000 110000 1010 0 1001011 11001 1000100 111100 101111

Color Harmonies of #ACC030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC030

Black with #ACC030

Text Example


Text Example

White with #ACC030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC030; }

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

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

background-color css

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

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

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

border-color css

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

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

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