Html Css Color HEX #ACC11B Bahia

📋 copy color: '#ACC11B'

red 172 ◦ green 193 ◦ blue 27

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

Shades of Bahia #ACC11B

Tints of Bahia #ACC11B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.89%

R = 43.88%
G = 49.23%
B = 6.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#ACC11B (or 0xACC11B) is known color: Bahia. HEX triplet: AC, C1 and 1B. RGB value is (172,193,27). Sum of RGB (Red+Green+Blue) = 172+193+27=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 27 (10.94% from 255 or 6.89% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC11B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC11B is #533EE4. Grayscale: #A8A8A8. Windows color (decimal): -5455589 or 1819052. OLE color: 1819052.

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

Color convert

RGB 172 193 27 -
CMYK 0.11 0 0.86 0.24
HSL 67.59º 0.75% 0.43% -
HSV(B) 67.59º 0.86% 0.76% -
XYZ 36.28 46.99 8.19 -
YUV 167.8 48.54 131 -
System Red Green Blue C M Y K H S L
Decimal 172 193 27 0.11 0 0.86 0.24 67.59 0.75 0.43
Hex AC C1 1B B 0 56 18 44 4B 2B
Octal 254 301 33 13 0 126 30 104 113 53
Binary 10101100 11000001 11011 1011 0 1010110 11000 1000100 1001011 101011

Color Harmonies of #ACC11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC11B

Black with #ACC11B

Text Example


Text Example

White with #ACC11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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