Html Css Color HEX #ACC027 Bahia

📋 copy color: '#ACC027'

red 172 ◦ green 192 ◦ blue 39

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

Shades of Bahia #ACC027

Tints of Bahia #ACC027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.68%

R = 42.68%
G = 47.64%
B = 9.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#ACC027 (or 0xACC027) is known color: Bahia. HEX triplet: AC, C0 and 27. RGB value is (172,192,39). Sum of RGB (Red+Green+Blue) = 172+192+39=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 39 (15.62% from 255 or 9.68% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC027 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC027 is #533FD8. Grayscale: #A9A9A9. Windows color (decimal): -5455833 or 2605228. OLE color: 2605228.

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

Color convert

RGB 172 192 39 -
CMYK 0.10 0 0.80 0.25
HSL 67.84º 0.66% 0.45% -
HSV(B) 67.84º 0.8% 0.75% -
XYZ 36.23 46.62 9.01 -
YUV 168.58 54.87 130.44 -
System Red Green Blue C M Y K H S L
Decimal 172 192 39 0.10 0 0.80 0.25 67.84 0.66 0.45
Hex AC C0 27 A 0 50 19 44 42 2D
Octal 254 300 47 12 0 120 31 104 102 55
Binary 10101100 11000000 100111 1010 0 1010000 11001 1000100 1000010 101101

Color Harmonies of #ACC027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC027

Black with #ACC027

Text Example


Text Example

White with #ACC027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC027; }

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

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

background-color css

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

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

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

border-color css

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

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

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