Html Css Color HEX #6BA432 Limeade

📋 copy color: '#6BA432'

red 107 ◦ green 164 ◦ blue 50

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

Shades of Limeade #6BA432

Tints of Limeade #6BA432

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.09%

 BLUE value IS 50 (19.92% from 255) = 15.58%

R = 33.33%
G = 51.09%
B = 15.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#6BA432 (or 0x6BA432) is known color: Limeade. HEX triplet: 6B, A4 and 32. RGB value is (107,164,50). Sum of RGB (Red+Green+Blue) = 107+164+50=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA432 is #945BCD. Grayscale: #868686. Windows color (decimal): -9722830 or 3318891. OLE color: 3318891.

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

Color convert

RGB 107 164 50 -
CMYK 0.35 0 0.70 0.36
HSL 90º 0.53% 0.42% -
HSV(B) 90º 0.7% 0.64% -
XYZ 19.91 29.91 7.74 -
YUV 133.96 80.62 108.77 -
System Red Green Blue C M Y K H S L
Decimal 107 164 50 0.35 0 0.70 0.36 90 0.53 0.42
Hex 6B A4 32 23 0 46 24 5A 35 2A
Octal 153 244 62 43 0 106 44 132 65 52
Binary 1101011 10100100 110010 100011 0 1000110 100100 1011010 110101 101010

Color Harmonies of #6BA432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA432

Black with #6BA432

Text Example


Text Example

White with #6BA432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,164,50); }

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

background-color css

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

 a { background-color: rgb(107,164,50); }

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

border-color css

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

 span { border-color: rgb(107,164,50); }

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