Html Css Color HEX #ABCF18 Bahia

📋 copy color: '#ABCF18'

red 171 ◦ green 207 ◦ blue 24

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

Shades of Bahia #ABCF18

Tints of Bahia #ABCF18

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.49%

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

R = 42.54%
G = 51.49%
B = 5.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#ABCF18 (or 0xABCF18) is known color: Bahia. HEX triplet: AB, CF and 18. RGB value is (171,207,24). Sum of RGB (Red+Green+Blue) = 171+207+24=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 24 (9.77% from 255 or 5.97% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCF18 is #5430E7. Grayscale: #B0B0B0. Windows color (decimal): -5517544 or 1626027. OLE color: 1626027.

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

Color convert

RGB 171 207 24 -
CMYK 0.17 0 0.88 0.19
HSL 71.8º 0.79% 0.45% -
HSV(B) 71.8º 0.88% 0.81% -
XYZ 39.27 53.35 9.09 -
YUV 175.37 42.57 124.88 -
System Red Green Blue C M Y K H S L
Decimal 171 207 24 0.17 0 0.88 0.19 71.8 0.79 0.45
Hex AB CF 18 11 0 58 13 48 4F 2D
Octal 253 317 30 21 0 130 23 110 117 55
Binary 10101011 11001111 11000 10001 0 1011000 10011 1001000 1001111 101101

Color Harmonies of #ABCF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF18

Black with #ABCF18

Text Example


Text Example

White with #ABCF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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