Html Css Color HEX #ACC10E Bahia

📋 copy color: '#ACC10E'

red 172 ◦ green 193 ◦ blue 14

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

Shades of Bahia #ACC10E

Tints of Bahia #ACC10E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.92%

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

R = 45.38%
G = 50.92%
B = 3.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#ACC10E (or 0xACC10E) is known color: Bahia. HEX triplet: AC, C1 and 0E. RGB value is (172,193,14). Sum of RGB (Red+Green+Blue) = 172+193+14=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC10E is #533EF1. Grayscale: #A7A7A7. Windows color (decimal): -5455602 or 967084. OLE color: 967084.

HSL color Cylindrical-coordinate representation of color #ACC10E: hue angle of 67.04º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACC10E is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 193 14 -
CMYK 0.11 0 0.93 0.24
HSL 67.04º 0.86% 0.41% -
HSV(B) 67.04º 0.93% 0.76% -
XYZ 36.16 46.94 7.57 -
YUV 166.32 42.04 132.05 -
System Red Green Blue C M Y K H S L
Decimal 172 193 14 0.11 0 0.93 0.24 67.04 0.86 0.41
Hex AC C1 E B 0 5D 18 43 56 29
Octal 254 301 16 13 0 135 30 103 126 51
Binary 10101100 11000001 1110 1011 0 1011101 11000 1000011 1010110 101001

Color Harmonies of #ACC10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC10E

Black with #ACC10E

Text Example


Text Example

White with #ACC10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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