Html Css Color HEX #95B75A Chelsea Cucumber

📋 copy color: '#95B75A'

red 149 ◦ green 183 ◦ blue 90

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

Shades of Chelsea Cucumber #95B75A

Tints of Chelsea Cucumber #95B75A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.36%

 BLUE value IS 90 (35.55% from 255) = 21.33%

R = 35.31%
G = 43.36%
B = 21.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#95B75A (or 0x95B75A) is known color: Chelsea Cucumber. HEX triplet: 95, B7 and 5A. RGB value is (149,183,90). Sum of RGB (Red+Green+Blue) = 149+183+90=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 183 - color contains mainly: green. Hex color #95B75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B75A is #6A48A5. Grayscale: #A2A2A2. Windows color (decimal): -6965414 or 5945237. OLE color: 5945237.

HSL color Cylindrical-coordinate representation of color #95B75A: hue angle of 81.94º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95B75A is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 183 90 -
CMYK 0.19 0 0.51 0.28
HSL 81.94º 0.39% 0.54% -
HSV(B) 81.94º 0.51% 0.72% -
XYZ 31.17 40.99 15.94 -
YUV 162.23 87.24 118.56 -
System Red Green Blue C M Y K H S L
Decimal 149 183 90 0.19 0 0.51 0.28 81.94 0.39 0.54
Hex 95 B7 5A 13 0 33 1C 52 27 36
Octal 225 267 132 23 0 63 34 122 47 66
Binary 10010101 10110111 1011010 10011 0 110011 11100 1010010 100111 110110

Color Harmonies of #95B75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B75A

Black with #95B75A

Text Example


Text Example

White with #95B75A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,183,90); }

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

background-color css

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

 a { background-color: rgb(149,183,90); }

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

border-color css

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

 span { border-color: rgb(149,183,90); }

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