Html Css Color HEX #ABC31F Bahia

📋 copy color: '#ABC31F'

red 171 ◦ green 195 ◦ blue 31

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

Shades of Bahia #ABC31F

Tints of Bahia #ABC31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.12%

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

R = 43.07%
G = 49.12%
B = 7.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#ABC31F (or 0xABC31F) is known color: Bahia. HEX triplet: AB, C3 and 1F. RGB value is (171,195,31). Sum of RGB (Red+Green+Blue) = 171+195+31=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC31F is #543CE0. Grayscale: #A9A9A9. Windows color (decimal): -5520609 or 2081707. OLE color: 2081707.

HSL color Cylindrical-coordinate representation of color #ABC31F: hue angle of 68.78º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABC31F is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 195 31 -
CMYK 0.12 0 0.84 0.24
HSL 68.78º 0.73% 0.44% -
HSV(B) 68.78º 0.84% 0.76% -
XYZ 36.56 47.79 8.59 -
YUV 169.13 50.05 129.34 -
System Red Green Blue C M Y K H S L
Decimal 171 195 31 0.12 0 0.84 0.24 68.78 0.73 0.44
Hex AB C3 1F C 0 54 18 45 49 2C
Octal 253 303 37 14 0 124 30 105 111 54
Binary 10101011 11000011 11111 1100 0 1010100 11000 1000101 1001001 101100

Color Harmonies of #ABC31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC31F

Black with #ABC31F

Text Example


Text Example

White with #ABC31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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