Html Css Color HEX #94B45E Chelsea Cucumber

📋 copy color: '#94B45E'

red 148 ◦ green 180 ◦ blue 94

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

Shades of Chelsea Cucumber #94B45E

Tints of Chelsea Cucumber #94B45E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.65%

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

R = 35.07%
G = 42.65%
B = 22.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#94B45E (or 0x94B45E) is known color: Chelsea Cucumber. HEX triplet: 94, B4 and 5E. RGB value is (148,180,94). Sum of RGB (Red+Green+Blue) = 148+180+94=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #94B45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B45E is #6B4BA1. Grayscale: #A0A0A0. Windows color (decimal): -7031714 or 6206612. OLE color: 6206612.

HSL color Cylindrical-coordinate representation of color #94B45E: hue angle of 82.33º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94B45E is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 180 94 -
CMYK 0.18 0 0.48 0.29
HSL 82.33º 0.36% 0.54% -
HSV(B) 82.33º 0.48% 0.71% -
XYZ 30.55 39.75 16.65 -
YUV 160.63 90.4 118.99 -
System Red Green Blue C M Y K H S L
Decimal 148 180 94 0.18 0 0.48 0.29 82.33 0.36 0.54
Hex 94 B4 5E 12 0 30 1D 52 24 36
Octal 224 264 136 22 0 60 35 122 44 66
Binary 10010100 10110100 1011110 10010 0 110000 11101 1010010 100100 110110

Color Harmonies of #94B45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B45E

Black with #94B45E

Text Example


Text Example

White with #94B45E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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