Html Css Color HEX #94B656 Chelsea Cucumber

📋 copy color: '#94B656'

red 148 ◦ green 182 ◦ blue 86

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

Shades of Chelsea Cucumber #94B656

Tints of Chelsea Cucumber #94B656

RGB

 RED value IS 148 (58.2% from 255) = 35.58%

 GREEN value IS 182 (71.48% from 255) = 43.75%

 BLUE value IS 86 (33.98% from 255) = 20.67%

R = 35.58%
G = 43.75%
B = 20.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#94B656 (or 0x94B656) is known color: Chelsea Cucumber. HEX triplet: 94, B6 and 56. RGB value is (148,182,86). Sum of RGB (Red+Green+Blue) = 148+182+86=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 182 - color contains mainly: green. Hex color #94B656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B656 is #6B49A9. Grayscale: #A1A1A1. Windows color (decimal): -7031210 or 5682836. OLE color: 5682836.

HSL color Cylindrical-coordinate representation of color #94B656: hue angle of 81.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94B656 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 182 86 -
CMYK 0.19 0 0.53 0.29
HSL 81.25º 0.4% 0.53% -
HSV(B) 81.25º 0.53% 0.71% -
XYZ 30.62 40.42 14.99 -
YUV 160.89 85.74 118.81 -
System Red Green Blue C M Y K H S L
Decimal 148 182 86 0.19 0 0.53 0.29 81.25 0.4 0.53
Hex 94 B6 56 13 0 35 1D 51 28 35
Octal 224 266 126 23 0 65 35 121 50 65
Binary 10010100 10110110 1010110 10011 0 110101 11101 1010001 101000 110101

Color Harmonies of #94B656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B656

Black with #94B656

Text Example


Text Example

White with #94B656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94B656; }

 p { color: rgb(148,182,86); }

 H1.HeaderClassName
 {
   color: #94B656;
 }
 .AnyTagClassName
 {
   color: #94B656;
 }
</style>

background-color css

<style>
 a { background-color: #94B656; }

 a { background-color: rgb(148,182,86); }

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

border-color css

<style>
 span { border-color: #94B656; }

 span { border-color: rgb(148,182,86); }

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