Html Css Color HEX #95BA4D Chelsea Cucumber

📋 copy color: '#95BA4D'

red 149 ◦ green 186 ◦ blue 77

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

Shades of Chelsea Cucumber #95BA4D

Tints of Chelsea Cucumber #95BA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.69%

R = 36.17%
G = 45.15%
B = 18.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#95BA4D (or 0x95BA4D) is known color: Chelsea Cucumber. HEX triplet: 95, BA and 4D. RGB value is (149,186,77). Sum of RGB (Red+Green+Blue) = 149+186+77=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BA4D is #6A45B2. Grayscale: #A2A2A2. Windows color (decimal): -6964659 or 5094037. OLE color: 5094037.

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

Color convert

RGB 149 186 77 -
CMYK 0.20 0 0.59 0.27
HSL 80.37º 0.44% 0.52% -
HSV(B) 80.37º 0.59% 0.73% -
XYZ 31.29 42.04 13.49 -
YUV 162.51 79.74 118.36 -
System Red Green Blue C M Y K H S L
Decimal 149 186 77 0.20 0 0.59 0.27 80.37 0.44 0.52
Hex 95 BA 4D 14 0 3B 1B 50 2C 34
Octal 225 272 115 24 0 73 33 120 54 64
Binary 10010101 10111010 1001101 10100 0 111011 11011 1010000 101100 110100

Color Harmonies of #95BA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BA4D

Black with #95BA4D

Text Example


Text Example

White with #95BA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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