Html Css Color HEX #ABCE0F Bahia

📋 copy color: '#ABCE0F'

red 171 ◦ green 206 ◦ blue 15

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

Shades of Bahia #ABCE0F

Tints of Bahia #ABCE0F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 52.55%

 BLUE value IS 15 (6.25% from 255) = 3.83%

R = 43.62%
G = 52.55%
B = 3.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#ABCE0F (or 0xABCE0F) is known color: Bahia. HEX triplet: AB, CE and 0F. RGB value is (171,206,15). Sum of RGB (Red+Green+Blue) = 171+206+15=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 206 (80.86% from 255 or 52.55% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCE0F is #5431F0. Grayscale: #AEAEAE. Windows color (decimal): -5517809 or 1035947. OLE color: 1035947.

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

Color convert

RGB 171 206 15 -
CMYK 0.17 0 0.93 0.19
HSL 70.99º 0.86% 0.43% -
HSV(B) 70.99º 0.93% 0.81% -
XYZ 38.95 52.84 8.6 -
YUV 173.76 38.4 126.03 -
System Red Green Blue C M Y K H S L
Decimal 171 206 15 0.17 0 0.93 0.19 70.99 0.86 0.43
Hex AB CE F 11 0 5D 13 47 56 2B
Octal 253 316 17 21 0 135 23 107 126 53
Binary 10101011 11001110 1111 10001 0 1011101 10011 1000111 1010110 101011

Color Harmonies of #ABCE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCE0F

Black with #ABCE0F

Text Example


Text Example

White with #ABCE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCE0F; }

 p { color: rgb(171,206,15); }

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

background-color css

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

 a { background-color: rgb(171,206,15); }

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

border-color css

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

 span { border-color: rgb(171,206,15); }

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