Html Css Color HEX #ABC00F Bahia

📋 copy color: '#ABC00F'

red 171 ◦ green 192 ◦ blue 15

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

Shades of Bahia #ABC00F

Tints of Bahia #ABC00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.79%

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

R = 45.24%
G = 50.79%
B = 3.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#ABC00F (or 0xABC00F) is known color: Bahia. HEX triplet: AB, C0 and 0F. RGB value is (171,192,15). Sum of RGB (Red+Green+Blue) = 171+192+15=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC00F is #543FF0. Grayscale: #A6A6A6. Windows color (decimal): -5521393 or 1032363. OLE color: 1032363.

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

Color convert

RGB 171 192 15 -
CMYK 0.11 0 0.92 0.25
HSL 67.12º 0.86% 0.41% -
HSV(B) 67.12º 0.92% 0.75% -
XYZ 35.73 46.39 7.52 -
YUV 165.54 43.04 131.89 -
System Red Green Blue C M Y K H S L
Decimal 171 192 15 0.11 0 0.92 0.25 67.12 0.86 0.41
Hex AB C0 F B 0 5C 19 43 56 29
Octal 253 300 17 13 0 134 31 103 126 51
Binary 10101011 11000000 1111 1011 0 1011100 11001 1000011 1010110 101001

Color Harmonies of #ABC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC00F

Black with #ABC00F

Text Example


Text Example

White with #ABC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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