Html Css Color HEX #95B65E Chelsea Cucumber

📋 copy color: '#95B65E'

red 149 ◦ green 182 ◦ blue 94

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

Shades of Chelsea Cucumber #95B65E

Tints of Chelsea Cucumber #95B65E

RGB

 RED value IS 149 (58.59% from 255) = 35.06%

 GREEN value IS 182 (71.48% from 255) = 42.82%

 BLUE value IS 94 (37.11% from 255) = 22.12%

R = 35.06%
G = 42.82%
B = 22.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#95B65E (or 0x95B65E) is known color: Chelsea Cucumber. HEX triplet: 95, B6 and 5E. RGB value is (149,182,94). Sum of RGB (Red+Green+Blue) = 149+182+94=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 182 - color contains mainly: green. Hex color #95B65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B65E is #6A49A1. Grayscale: #A2A2A2. Windows color (decimal): -6965666 or 6207125. OLE color: 6207125.

HSL color Cylindrical-coordinate representation of color #95B65E: hue angle of 82.5º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95B65E is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 182 94 -
CMYK 0.18 0 0.48 0.29
HSL 82.5º 0.38% 0.54% -
HSV(B) 82.5º 0.48% 0.71% -
XYZ 31.14 40.65 16.8 -
YUV 162.1 89.57 118.66 -
System Red Green Blue C M Y K H S L
Decimal 149 182 94 0.18 0 0.48 0.29 82.5 0.38 0.54
Hex 95 B6 5E 12 0 30 1D 52 26 36
Octal 225 266 136 22 0 60 35 122 46 66
Binary 10010101 10110110 1011110 10010 0 110000 11101 1010010 100110 110110

Color Harmonies of #95B65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B65E

Black with #95B65E

Text Example


Text Example

White with #95B65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95B65E; }

 p { color: rgb(149,182,94); }

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

background-color css

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

 a { background-color: rgb(149,182,94); }

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

border-color css

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

 span { border-color: rgb(149,182,94); }

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