Html Css Color HEX #94BB5E Chelsea Cucumber

📋 copy color: '#94BB5E'

red 148 ◦ green 187 ◦ blue 94

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

Shades of Chelsea Cucumber #94BB5E

Tints of Chelsea Cucumber #94BB5E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.59%

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

R = 34.5%
G = 43.59%
B = 21.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#94BB5E (or 0x94BB5E) is known color: Chelsea Cucumber. HEX triplet: 94, BB and 5E. RGB value is (148,187,94). Sum of RGB (Red+Green+Blue) = 148+187+94=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BB5E is #6B44A1. Grayscale: #A5A5A5. Windows color (decimal): -7029922 or 6208404. OLE color: 6208404.

HSL color Cylindrical-coordinate representation of color #94BB5E: hue angle of 85.16º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94BB5E is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 187 94 -
CMYK 0.21 0 0.50 0.27
HSL 85.16º 0.41% 0.55% -
HSV(B) 85.16º 0.5% 0.73% -
XYZ 32 42.64 17.13 -
YUV 164.74 88.08 116.06 -
System Red Green Blue C M Y K H S L
Decimal 148 187 94 0.21 0 0.50 0.27 85.16 0.41 0.55
Hex 94 BB 5E 15 0 32 1B 55 29 37
Octal 224 273 136 25 0 62 33 125 51 67
Binary 10010100 10111011 1011110 10101 0 110010 11011 1010101 101001 110111

Color Harmonies of #94BB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BB5E

Black with #94BB5E

Text Example


Text Example

White with #94BB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,187,94); }

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

background-color css

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

 a { background-color: rgb(148,187,94); }

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

border-color css

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

 span { border-color: rgb(148,187,94); }

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