Html Css Color HEX #ABC918 Bahia

📋 copy color: '#ABC918'

red 171 ◦ green 201 ◦ blue 24

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

Shades of Bahia #ABC918

Tints of Bahia #ABC918

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.76%

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

R = 43.18%
G = 50.76%
B = 6.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#ABC918 (or 0xABC918) is known color: Bahia. HEX triplet: AB, C9 and 18. RGB value is (171,201,24). Sum of RGB (Red+Green+Blue) = 171+201+24=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 201 (78.91% from 255 or 50.76% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC918 is #5436E7. Grayscale: #ACACAC. Windows color (decimal): -5519080 or 1624491. OLE color: 1624491.

HSL color Cylindrical-coordinate representation of color #ABC918: hue angle of 70.17º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABC918 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 24 -
CMYK 0.15 0 0.88 0.21
HSL 70.17º 0.79% 0.44% -
HSV(B) 70.17º 0.88% 0.79% -
XYZ 37.85 50.5 8.62 -
YUV 171.85 44.56 127.39 -
System Red Green Blue C M Y K H S L
Decimal 171 201 24 0.15 0 0.88 0.21 70.17 0.79 0.44
Hex AB C9 18 F 0 58 15 46 4F 2C
Octal 253 311 30 17 0 130 25 106 117 54
Binary 10101011 11001001 11000 1111 0 1011000 10101 1000110 1001111 101100

Color Harmonies of #ABC918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC918

Black with #ABC918

Text Example


Text Example

White with #ABC918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC918; }

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

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

background-color css

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

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

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

border-color css

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

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

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