Html Css Color HEX #ABC318 Bahia

📋 copy color: '#ABC318'

red 171 ◦ green 195 ◦ blue 24

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

Shades of Bahia #ABC318

Tints of Bahia #ABC318

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50%

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

R = 43.85%
G = 50%
B = 6.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#ABC318 (or 0xABC318) is known color: Bahia. HEX triplet: AB, C3 and 18. RGB value is (171,195,24). Sum of RGB (Red+Green+Blue) = 171+195+24=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC318 is #543CE7. Grayscale: #A8A8A8. Windows color (decimal): -5520616 or 1622955. OLE color: 1622955.

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

Color convert

RGB 171 195 24 -
CMYK 0.12 0 0.88 0.24
HSL 68.42º 0.78% 0.43% -
HSV(B) 68.42º 0.88% 0.76% -
XYZ 36.47 47.75 8.16 -
YUV 168.33 46.55 129.9 -
System Red Green Blue C M Y K H S L
Decimal 171 195 24 0.12 0 0.88 0.24 68.42 0.78 0.43
Hex AB C3 18 C 0 58 18 44 4E 2B
Octal 253 303 30 14 0 130 30 104 116 53
Binary 10101011 11000011 11000 1100 0 1011000 11000 1000100 1001110 101011

Color Harmonies of #ABC318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC318

Black with #ABC318

Text Example


Text Example

White with #ABC318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC318; }

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

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

background-color css

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

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

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

border-color css

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

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

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