Html Css Color HEX #ACC11E Bahia

📋 copy color: '#ACC11E'

red 172 ◦ green 193 ◦ blue 30

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

Shades of Bahia #ACC11E

Tints of Bahia #ACC11E

RGB

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

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

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

R = 43.54%
G = 48.86%
B = 7.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#ACC11E (or 0xACC11E) is known color: Bahia. HEX triplet: AC, C1 and 1E. RGB value is (172,193,30). Sum of RGB (Red+Green+Blue) = 172+193+30=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 30 (12.11% from 255 or 7.59% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC11E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC11E is #533EE1. Grayscale: #A8A8A8. Windows color (decimal): -5455586 or 2015660. OLE color: 2015660.

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

Color convert

RGB 172 193 30 -
CMYK 0.11 0 0.84 0.24
HSL 67.73º 0.73% 0.44% -
HSV(B) 67.73º 0.84% 0.76% -
XYZ 36.32 47 8.39 -
YUV 168.14 50.04 130.75 -
System Red Green Blue C M Y K H S L
Decimal 172 193 30 0.11 0 0.84 0.24 67.73 0.73 0.44
Hex AC C1 1E B 0 54 18 44 49 2C
Octal 254 301 36 13 0 124 30 104 111 54
Binary 10101100 11000001 11110 1011 0 1010100 11000 1000100 1001001 101100

Color Harmonies of #ACC11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC11E

Black with #ACC11E

Text Example


Text Example

White with #ACC11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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