Html Css Color HEX #ACC028 Bahia

📋 copy color: '#ACC028'

red 172 ◦ green 192 ◦ blue 40

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

Shades of Bahia #ACC028

Tints of Bahia #ACC028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.9%

R = 42.57%
G = 47.52%
B = 9.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#ACC028 (or 0xACC028) is known color: Bahia. HEX triplet: AC, C0 and 28. RGB value is (172,192,40). Sum of RGB (Red+Green+Blue) = 172+192+40=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC028 is #533FD7. Grayscale: #A9A9A9. Windows color (decimal): -5455832 or 2670764. OLE color: 2670764.

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

Color convert

RGB 172 192 40 -
CMYK 0.10 0 0.79 0.25
HSL 67.89º 0.66% 0.45% -
HSV(B) 67.89º 0.79% 0.75% -
XYZ 36.25 46.62 9.1 -
YUV 168.69 55.37 130.36 -
System Red Green Blue C M Y K H S L
Decimal 172 192 40 0.10 0 0.79 0.25 67.89 0.66 0.45
Hex AC C0 28 A 0 4F 19 44 42 2D
Octal 254 300 50 12 0 117 31 104 102 55
Binary 10101100 11000000 101000 1010 0 1001111 11001 1000100 1000010 101101

Color Harmonies of #ACC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC028

Black with #ACC028

Text Example


Text Example

White with #ACC028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC028; }

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

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

background-color css

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

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

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

border-color css

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

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

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