Html Css Color HEX #AACB18 Bahia

📋 copy color: '#AACB18'

red 170 ◦ green 203 ◦ blue 24

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

Shades of Bahia #AACB18

Tints of Bahia #AACB18

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.13%

 BLUE value IS 24 (9.77% from 255) = 6.05%

R = 42.82%
G = 51.13%
B = 6.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#AACB18 (or 0xAACB18) is known color: Bahia. HEX triplet: AA, CB and 18. RGB value is (170,203,24). Sum of RGB (Red+Green+Blue) = 170+203+24=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACB18 is #5534E7. Grayscale: #ADADAD. Windows color (decimal): -5584104 or 1625002. OLE color: 1625002.

HSL color Cylindrical-coordinate representation of color #AACB18: hue angle of 71.06º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AACB18 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 203 24 -
CMYK 0.16 0 0.88 0.20
HSL 71.06º 0.79% 0.45% -
HSV(B) 71.06º 0.88% 0.8% -
XYZ 38.1 51.32 8.76 -
YUV 172.73 44.07 126.05 -
System Red Green Blue C M Y K H S L
Decimal 170 203 24 0.16 0 0.88 0.20 71.06 0.79 0.45
Hex AA CB 18 10 0 58 14 47 4F 2D
Octal 252 313 30 20 0 130 24 107 117 55
Binary 10101010 11001011 11000 10000 0 1011000 10100 1000111 1001111 101101

Color Harmonies of #AACB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB18

Black with #AACB18

Text Example


Text Example

White with #AACB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB18; }

 p { color: rgb(170,203,24); }

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

background-color css

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

 a { background-color: rgb(170,203,24); }

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

border-color css

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

 span { border-color: rgb(170,203,24); }

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