Html Css Color HEX #95B94F Chelsea Cucumber

📋 copy color: '#95B94F'

red 149 ◦ green 185 ◦ blue 79

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

Shades of Chelsea Cucumber #95B94F

Tints of Chelsea Cucumber #95B94F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.79%

 BLUE value IS 79 (31.25% from 255) = 19.13%

R = 36.08%
G = 44.79%
B = 19.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#95B94F (or 0x95B94F) is known color: Chelsea Cucumber. HEX triplet: 95, B9 and 4F. RGB value is (149,185,79). Sum of RGB (Red+Green+Blue) = 149+185+79=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #95B94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B94F is #6A46B0. Grayscale: #A2A2A2. Windows color (decimal): -6964913 or 5224853. OLE color: 5224853.

HSL color Cylindrical-coordinate representation of color #95B94F: hue angle of 80.38º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95B94F is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 185 79 -
CMYK 0.19 0 0.57 0.27
HSL 80.38º 0.43% 0.52% -
HSV(B) 80.38º 0.57% 0.73% -
XYZ 31.15 41.65 13.79 -
YUV 162.15 81.07 118.62 -
System Red Green Blue C M Y K H S L
Decimal 149 185 79 0.19 0 0.57 0.27 80.38 0.43 0.52
Hex 95 B9 4F 13 0 39 1B 50 2B 34
Octal 225 271 117 23 0 71 33 120 53 64
Binary 10010101 10111001 1001111 10011 0 111001 11011 1010000 101011 110100

Color Harmonies of #95B94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B94F

Black with #95B94F

Text Example


Text Example

White with #95B94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,185,79); }

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

background-color css

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

 a { background-color: rgb(149,185,79); }

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

border-color css

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

 span { border-color: rgb(149,185,79); }

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