Html Css Color HEX #ACC50E Bahia

📋 copy color: '#ACC50E'

red 172 ◦ green 197 ◦ blue 14

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

Shades of Bahia #ACC50E

Tints of Bahia #ACC50E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.66%

R = 44.91%
G = 51.44%
B = 3.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#ACC50E (or 0xACC50E) is known color: Bahia. HEX triplet: AC, C5 and 0E. RGB value is (172,197,14). Sum of RGB (Red+Green+Blue) = 172+197+14=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC50E is #533AF1. Grayscale: #A9A9A9. Windows color (decimal): -5454578 or 968108. OLE color: 968108.

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

Color convert

RGB 172 197 14 -
CMYK 0.13 0 0.93 0.23
HSL 68.2º 0.87% 0.41% -
HSV(B) 68.2º 0.93% 0.77% -
XYZ 37.06 48.73 7.87 -
YUV 168.66 40.72 130.38 -
System Red Green Blue C M Y K H S L
Decimal 172 197 14 0.13 0 0.93 0.23 68.2 0.87 0.41
Hex AC C5 E D 0 5D 17 44 57 29
Octal 254 305 16 15 0 135 27 104 127 51
Binary 10101100 11000101 1110 1101 0 1011101 10111 1000100 1010111 101001

Color Harmonies of #ACC50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC50E

Black with #ACC50E

Text Example


Text Example

White with #ACC50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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