Html Css Color HEX #ABB918 Bahia

📋 copy color: '#ABB918'

red 171 ◦ green 185 ◦ blue 24

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

Shades of Bahia #ABB918

Tints of Bahia #ABB918

RGB

 RED value IS 171 (67.19% from 255) = 45%

 GREEN value IS 185 (72.66% from 255) = 48.68%

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

R = 45%
G = 48.68%
B = 6.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#ABB918 (or 0xABB918) is known color: Bahia. HEX triplet: AB, B9 and 18. RGB value is (171,185,24). Sum of RGB (Red+Green+Blue) = 171+185+24=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB918 is #5446E7. Grayscale: #A3A3A3. Windows color (decimal): -5523176 or 1620395. OLE color: 1620395.

HSL color Cylindrical-coordinate representation of color #ABB918: hue angle of 65.22º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABB918 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 185 24 -
CMYK 0.08 0 0.87 0.27
HSL 65.22º 0.77% 0.41% -
HSV(B) 65.22º 0.87% 0.73% -
XYZ 34.31 43.42 7.44 -
YUV 162.46 49.86 134.09 -
System Red Green Blue C M Y K H S L
Decimal 171 185 24 0.08 0 0.87 0.27 65.22 0.77 0.41
Hex AB B9 18 8 0 57 1B 41 4D 29
Octal 253 271 30 10 0 127 33 101 115 51
Binary 10101011 10111001 11000 1000 0 1010111 11011 1000001 1001101 101001

Color Harmonies of #ABB918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB918

Black with #ABB918

Text Example


Text Example

White with #ABB918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB918; }

 p { color: rgb(171,185,24); }

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

background-color css

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

 a { background-color: rgb(171,185,24); }

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

border-color css

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

 span { border-color: rgb(171,185,24); }

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