Html Css Color HEX #66992B Limeade

📋 copy color: '#66992B'

red 102 ◦ green 153 ◦ blue 43

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

Shades of Limeade #66992B

Tints of Limeade #66992B

RGB

 RED value IS 102 (40.23% from 255) = 34.23%

 GREEN value IS 153 (60.16% from 255) = 51.34%

 BLUE value IS 43 (17.19% from 255) = 14.43%

R = 34.23%
G = 51.34%
B = 14.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#66992B (or 0x66992B) is known color: Limeade. HEX triplet: 66, 99 and 2B. RGB value is (102,153,43). Sum of RGB (Red+Green+Blue) = 102+153+43=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #66992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66992B is #9966D4. Grayscale: #7D7D7D. Windows color (decimal): -10053333 or 2857318. OLE color: 2857318.

HSL color Cylindrical-coordinate representation of color #66992B: hue angle of 87.82º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66992B is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 153 43 -
CMYK 0.33 0 0.72 0.4
HSL 87.82º 0.56% 0.38% -
HSV(B) 87.82º 0.72% 0.6% -
XYZ 17.31 25.78 6.35 -
YUV 125.21 81.6 111.44 -
System Red Green Blue C M Y K H S L
Decimal 102 153 43 0.33 0 0.72 0.4 87.82 0.56 0.38
Hex 66 99 2B 21 0 48 28 58 38 26
Octal 146 231 53 41 0 110 50 130 70 46
Binary 1100110 10011001 101011 100001 0 1001000 101000 1011000 111000 100110

Color Harmonies of #66992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66992B

Black with #66992B

Text Example


Text Example

White with #66992B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66992B; }

 p { color: rgb(102,153,43); }

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

background-color css

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

 a { background-color: rgb(102,153,43); }

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

border-color css

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

 span { border-color: rgb(102,153,43); }

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