Html Css Color HEX #ACC51E Bahia

📋 copy color: '#ACC51E'

red 172 ◦ green 197 ◦ blue 30

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

Shades of Bahia #ACC51E

Tints of Bahia #ACC51E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.37%

 BLUE value IS 30 (12.11% from 255) = 7.52%

R = 43.11%
G = 49.37%
B = 7.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#ACC51E (or 0xACC51E) is known color: Bahia. HEX triplet: AC, C5 and 1E. RGB value is (172,197,30). Sum of RGB (Red+Green+Blue) = 172+197+30=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC51E is #533AE1. Grayscale: #ABABAB. Windows color (decimal): -5454562 or 2016684. OLE color: 2016684.

HSL color Cylindrical-coordinate representation of color #ACC51E: hue angle of 68.98º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACC51E is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 197 30 -
CMYK 0.13 0 0.85 0.23
HSL 68.98º 0.74% 0.45% -
HSV(B) 68.98º 0.85% 0.77% -
XYZ 37.21 48.8 8.69 -
YUV 170.49 48.72 129.08 -
System Red Green Blue C M Y K H S L
Decimal 172 197 30 0.13 0 0.85 0.23 68.98 0.74 0.45
Hex AC C5 1E D 0 55 17 45 4A 2D
Octal 254 305 36 15 0 125 27 105 112 55
Binary 10101100 11000101 11110 1101 0 1010101 10111 1000101 1001010 101101

Color Harmonies of #ACC51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC51E

Black with #ACC51E

Text Example


Text Example

White with #ACC51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC51E; }

 p { color: rgb(172,197,30); }

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

background-color css

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

 a { background-color: rgb(172,197,30); }

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

border-color css

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

 span { border-color: rgb(172,197,30); }

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