Html Css Color HEX #6BA231 Limeade

📋 copy color: '#6BA231'

red 107 ◦ green 162 ◦ blue 49

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

Shades of Limeade #6BA231

Tints of Limeade #6BA231

RGB

 RED value IS 107 (42.19% from 255) = 33.65%

 GREEN value IS 162 (63.67% from 255) = 50.94%

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

R = 33.65%
G = 50.94%
B = 15.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#6BA231 (or 0x6BA231) is known color: Limeade. HEX triplet: 6B, A2 and 31. RGB value is (107,162,49). Sum of RGB (Red+Green+Blue) = 107+162+49=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA231 is #945DCE. Grayscale: #858585. Windows color (decimal): -9723343 or 3252843. OLE color: 3252843.

HSL color Cylindrical-coordinate representation of color #6BA231: hue angle of 89.2º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6BA231 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 107 162 49 -
CMYK 0.34 0 0.70 0.36
HSL 89.2º 0.54% 0.41% -
HSV(B) 89.2º 0.7% 0.64% -
XYZ 19.54 29.19 7.51 -
YUV 132.67 80.78 109.69 -
System Red Green Blue C M Y K H S L
Decimal 107 162 49 0.34 0 0.70 0.36 89.2 0.54 0.41
Hex 6B A2 31 22 0 46 24 59 36 29
Octal 153 242 61 42 0 106 44 131 66 51
Binary 1101011 10100010 110001 100010 0 1000110 100100 1011001 110110 101001

Color Harmonies of #6BA231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA231

Black with #6BA231

Text Example


Text Example

White with #6BA231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BA231; }

 p { color: rgb(107,162,49); }

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

background-color css

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

 a { background-color: rgb(107,162,49); }

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

border-color css

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

 span { border-color: rgb(107,162,49); }

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