Html Css Color HEX #8BB95E Chelsea Cucumber

📋 copy color: '#8BB95E'

red 139 ◦ green 185 ◦ blue 94

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

Shades of Chelsea Cucumber #8BB95E

Tints of Chelsea Cucumber #8BB95E

RGB

 RED value IS 139 (54.69% from 255) = 33.25%

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

 BLUE value IS 94 (37.11% from 255) = 22.49%

R = 33.25%
G = 44.26%
B = 22.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#8BB95E (or 0x8BB95E) is known color: Chelsea Cucumber. HEX triplet: 8B, B9 and 5E. RGB value is (139,185,94). Sum of RGB (Red+Green+Blue) = 139+185+94=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB95E is #7446A1. Grayscale: #A1A1A1. Windows color (decimal): -7620258 or 6207883. OLE color: 6207883.

HSL color Cylindrical-coordinate representation of color #8BB95E: hue angle of 90.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8BB95E is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 185 94 -
CMYK 0.25 0 0.49 0.27
HSL 90.33º 0.39% 0.55% -
HSV(B) 90.33º 0.49% 0.73% -
XYZ 30.02 41 16.92 -
YUV 160.87 90.26 112.4 -
System Red Green Blue C M Y K H S L
Decimal 139 185 94 0.25 0 0.49 0.27 90.33 0.39 0.55
Hex 8B B9 5E 19 0 31 1B 5A 27 37
Octal 213 271 136 31 0 61 33 132 47 67
Binary 10001011 10111001 1011110 11001 0 110001 11011 1011010 100111 110111

Color Harmonies of #8BB95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB95E

Black with #8BB95E

Text Example


Text Example

White with #8BB95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BB95E; }

 p { color: rgb(139,185,94); }

 H1.HeaderClassName
 {
   color: #8BB95E;
 }
 .AnyTagClassName
 {
   color: #8BB95E;
 }
</style>

background-color css

<style>
 a { background-color: #8BB95E; }

 a { background-color: rgb(139,185,94); }

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

border-color css

<style>
 span { border-color: #8BB95E; }

 span { border-color: rgb(139,185,94); }

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