Html Css Color HEX #ABCC18 Bahia

📋 copy color: '#ABCC18'

red 171 ◦ green 204 ◦ blue 24

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

Shades of Bahia #ABCC18

Tints of Bahia #ABCC18

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.13%

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

R = 42.86%
G = 51.13%
B = 6.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#ABCC18 (or 0xABCC18) is known color: Bahia. HEX triplet: AB, CC and 18. RGB value is (171,204,24). Sum of RGB (Red+Green+Blue) = 171+204+24=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 24 (9.77% from 255 or 6.02% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCC18 is #5433E7. Grayscale: #AEAEAE. Windows color (decimal): -5518312 or 1625259. OLE color: 1625259.

HSL color Cylindrical-coordinate representation of color #ABCC18: hue angle of 71º 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 #ABCC18 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 24 -
CMYK 0.16 0 0.88 0.2
HSL 71º 0.79% 0.45% -
HSV(B) 71º 0.88% 0.8% -
XYZ 38.55 51.91 8.85 -
YUV 173.61 43.57 126.14 -
System Red Green Blue C M Y K H S L
Decimal 171 204 24 0.16 0 0.88 0.2 71 0.79 0.45
Hex AB CC 18 10 0 58 14 47 4F 2D
Octal 253 314 30 20 0 130 24 107 117 55
Binary 10101011 11001100 11000 10000 0 1011000 10100 1000111 1001111 101101

Color Harmonies of #ABCC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC18

Black with #ABCC18

Text Example


Text Example

White with #ABCC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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