Html Css Color HEX #95B65C Chelsea Cucumber

📋 copy color: '#95B65C'

red 149 ◦ green 182 ◦ blue 92

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

Shades of Chelsea Cucumber #95B65C

Tints of Chelsea Cucumber #95B65C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.75%

R = 35.22%
G = 43.03%
B = 21.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#95B65C (or 0x95B65C) is known color: Chelsea Cucumber. HEX triplet: 95, B6 and 5C. RGB value is (149,182,92). Sum of RGB (Red+Green+Blue) = 149+182+92=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 182 - color contains mainly: green. Hex color #95B65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B65C is #6A49A3. Grayscale: #A2A2A2. Windows color (decimal): -6965668 or 6076053. OLE color: 6076053.

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

Color convert

RGB 149 182 92 -
CMYK 0.18 0 0.49 0.29
HSL 82º 0.38% 0.54% -
HSV(B) 82º 0.49% 0.71% -
XYZ 31.05 40.62 16.33 -
YUV 161.87 88.57 118.82 -
System Red Green Blue C M Y K H S L
Decimal 149 182 92 0.18 0 0.49 0.29 82 0.38 0.54
Hex 95 B6 5C 12 0 31 1D 52 26 36
Octal 225 266 134 22 0 61 35 122 46 66
Binary 10010101 10110110 1011100 10010 0 110001 11101 1010010 100110 110110

Color Harmonies of #95B65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B65C

Black with #95B65C

Text Example


Text Example

White with #95B65C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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