Html Css Color HEX #95BA5B Chelsea Cucumber

📋 copy color: '#95BA5B'

red 149 ◦ green 186 ◦ blue 91

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

Shades of Chelsea Cucumber #95BA5B

Tints of Chelsea Cucumber #95BA5B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.66%

 BLUE value IS 91 (35.94% from 255) = 21.36%

R = 34.98%
G = 43.66%
B = 21.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#95BA5B (or 0x95BA5B) is known color: Chelsea Cucumber. HEX triplet: 95, BA and 5B. RGB value is (149,186,91). Sum of RGB (Red+Green+Blue) = 149+186+91=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BA5B is #6A45A4. Grayscale: #A4A4A4. Windows color (decimal): -6964645 or 6011541. OLE color: 6011541.

HSL color Cylindrical-coordinate representation of color #95BA5B: hue angle of 83.37º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95BA5B is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 186 91 -
CMYK 0.20 0 0.51 0.27
HSL 83.37º 0.41% 0.54% -
HSV(B) 83.37º 0.51% 0.73% -
XYZ 31.84 42.26 16.38 -
YUV 164.11 86.74 117.22 -
System Red Green Blue C M Y K H S L
Decimal 149 186 91 0.20 0 0.51 0.27 83.37 0.41 0.54
Hex 95 BA 5B 14 0 33 1B 53 29 36
Octal 225 272 133 24 0 63 33 123 51 66
Binary 10010101 10111010 1011011 10100 0 110011 11011 1010011 101001 110110

Color Harmonies of #95BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BA5B

Black with #95BA5B

Text Example


Text Example

White with #95BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,186,91); }

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

background-color css

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

 a { background-color: rgb(149,186,91); }

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

border-color css

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

 span { border-color: rgb(149,186,91); }

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