Html Css Color HEX #ABC131 Bahia

📋 copy color: '#ABC131'

red 171 ◦ green 193 ◦ blue 49

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

Shades of Bahia #ABC131

Tints of Bahia #ABC131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.86%

R = 41.4%
G = 46.73%
B = 11.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#ABC131 (or 0xABC131) is known color: Bahia. HEX triplet: AB, C1 and 31. RGB value is (171,193,49). Sum of RGB (Red+Green+Blue) = 171+193+49=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC131 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC131 is #543ECE. Grayscale: #AAAAAA. Windows color (decimal): -5521103 or 3260843. OLE color: 3260843.

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

Color convert

RGB 171 193 49 -
CMYK 0.11 0 0.75 0.24
HSL 69.17º 0.6% 0.47% -
HSV(B) 69.17º 0.75% 0.76% -
XYZ 36.42 47.02 10.06 -
YUV 170.01 59.71 128.71 -
System Red Green Blue C M Y K H S L
Decimal 171 193 49 0.11 0 0.75 0.24 69.17 0.6 0.47
Hex AB C1 31 B 0 4B 18 45 3C 2F
Octal 253 301 61 13 0 113 30 105 74 57
Binary 10101011 11000001 110001 1011 0 1001011 11000 1000101 111100 101111

Color Harmonies of #ABC131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC131

Black with #ABC131

Text Example


Text Example

White with #ABC131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC131; }

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

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

background-color css

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

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

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

border-color css

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

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

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