Html Css Color HEX #AACC0B Bahia

📋 copy color: '#AACC0B'

red 170 ◦ green 204 ◦ blue 11

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

Shades of Bahia #AACC0B

Tints of Bahia #AACC0B

RGB

 RED value IS 170 (66.8% from 255) = 44.16%

 GREEN value IS 204 (80.08% from 255) = 52.99%

 BLUE value IS 11 (4.69% from 255) = 2.86%

R = 44.16%
G = 52.99%
B = 2.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#AACC0B (or 0xAACC0B) is known color: Bahia. HEX triplet: AA, CC and 0B. RGB value is (170,204,11). Sum of RGB (Red+Green+Blue) = 170+204+11=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACC0B is #5533F4. Grayscale: #ACACAC. Windows color (decimal): -5583861 or 773290. OLE color: 773290.

HSL color Cylindrical-coordinate representation of color #AACC0B: hue angle of 70.57º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AACC0B is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 11 -
CMYK 0.17 0 0.95 0.2
HSL 70.57º 0.9% 0.42% -
HSV(B) 70.57º 0.95% 0.8% -
XYZ 38.23 51.76 8.29 -
YUV 171.83 37.24 126.69 -
System Red Green Blue C M Y K H S L
Decimal 170 204 11 0.17 0 0.95 0.2 70.57 0.9 0.42
Hex AA CC B 11 0 5F 14 47 5A 2A
Octal 252 314 13 21 0 137 24 107 132 52
Binary 10101010 11001100 1011 10001 0 1011111 10100 1000111 1011010 101010

Color Harmonies of #AACC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC0B

Black with #AACC0B

Text Example


Text Example

White with #AACC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC0B; }

 p { color: rgb(170,204,11); }

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

background-color css

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

 a { background-color: rgb(170,204,11); }

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

border-color css

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

 span { border-color: rgb(170,204,11); }

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