Html Css Color HEX #ABC10F Bahia

📋 copy color: '#ABC10F'

red 171 ◦ green 193 ◦ blue 15

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

Shades of Bahia #ABC10F

Tints of Bahia #ABC10F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.92%

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

R = 45.12%
G = 50.92%
B = 3.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#ABC10F (or 0xABC10F) is known color: Bahia. HEX triplet: AB, C1 and 0F. RGB value is (171,193,15). Sum of RGB (Red+Green+Blue) = 171+193+15=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC10F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC10F is #543EF0. Grayscale: #A6A6A6. Windows color (decimal): -5521137 or 1032619. OLE color: 1032619.

HSL color Cylindrical-coordinate representation of color #ABC10F: hue angle of 67.42º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABC10F is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 193 15 -
CMYK 0.11 0 0.92 0.24
HSL 67.42º 0.86% 0.41% -
HSV(B) 67.42º 0.92% 0.76% -
XYZ 35.95 46.83 7.6 -
YUV 166.13 42.71 131.47 -
System Red Green Blue C M Y K H S L
Decimal 171 193 15 0.11 0 0.92 0.24 67.42 0.86 0.41
Hex AB C1 F B 0 5C 18 43 56 29
Octal 253 301 17 13 0 134 30 103 126 51
Binary 10101011 11000001 1111 1011 0 1011100 11000 1000011 1010110 101001

Color Harmonies of #ABC10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC10F

Black with #ABC10F

Text Example


Text Example

White with #ABC10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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