Html Css Color HEX #8BB95B Chelsea Cucumber

📋 copy color: '#8BB95B'

red 139 ◦ green 185 ◦ blue 91

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

Shades of Chelsea Cucumber #8BB95B

Tints of Chelsea Cucumber #8BB95B

RGB

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

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

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

R = 33.49%
G = 44.58%
B = 21.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#8BB95B (or 0x8BB95B) is known color: Chelsea Cucumber. HEX triplet: 8B, B9 and 5B. RGB value is (139,185,91). Sum of RGB (Red+Green+Blue) = 139+185+91=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB95B is #7446A4. Grayscale: #A0A0A0. Windows color (decimal): -7620261 or 6011275. OLE color: 6011275.

HSL color Cylindrical-coordinate representation of color #8BB95B: hue angle of 89.36º degrees, saturation: 0.4, 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 #8BB95B is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 185 91 -
CMYK 0.25 0 0.51 0.27
HSL 89.36º 0.4% 0.54% -
HSV(B) 89.36º 0.51% 0.73% -
XYZ 29.88 40.94 16.23 -
YUV 160.53 88.76 112.64 -
System Red Green Blue C M Y K H S L
Decimal 139 185 91 0.25 0 0.51 0.27 89.36 0.4 0.54
Hex 8B B9 5B 19 0 33 1B 59 28 36
Octal 213 271 133 31 0 63 33 131 50 66
Binary 10001011 10111001 1011011 11001 0 110011 11011 1011001 101000 110110

Color Harmonies of #8BB95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB95B

Black with #8BB95B

Text Example


Text Example

White with #8BB95B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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