Html Css Color HEX #ABC01F Bahia

📋 copy color: '#ABC01F'

red 171 ◦ green 192 ◦ blue 31

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

Shades of Bahia #ABC01F

Tints of Bahia #ABC01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.87%

R = 43.4%
G = 48.73%
B = 7.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#ABC01F (or 0xABC01F) is known color: Bahia. HEX triplet: AB, C0 and 1F. RGB value is (171,192,31). Sum of RGB (Red+Green+Blue) = 171+192+31=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC01F is #543FE0. Grayscale: #A7A7A7. Windows color (decimal): -5521377 or 2080939. OLE color: 2080939.

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

Color convert

RGB 171 192 31 -
CMYK 0.11 0 0.84 0.25
HSL 67.83º 0.72% 0.44% -
HSV(B) 67.83º 0.84% 0.75% -
XYZ 35.89 46.46 8.37 -
YUV 167.37 51.04 130.59 -
System Red Green Blue C M Y K H S L
Decimal 171 192 31 0.11 0 0.84 0.25 67.83 0.72 0.44
Hex AB C0 1F B 0 54 19 44 48 2C
Octal 253 300 37 13 0 124 31 104 110 54
Binary 10101011 11000000 11111 1011 0 1010100 11001 1000100 1001000 101100

Color Harmonies of #ABC01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC01F

Black with #ABC01F

Text Example


Text Example

White with #ABC01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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