Html Css Color HEX #94B858 Chelsea Cucumber

📋 copy color: '#94B858'

red 148 ◦ green 184 ◦ blue 88

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

Shades of Chelsea Cucumber #94B858

Tints of Chelsea Cucumber #94B858

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.81%

 BLUE value IS 88 (34.77% from 255) = 20.95%

R = 35.24%
G = 43.81%
B = 20.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#94B858 (or 0x94B858) is known color: Chelsea Cucumber. HEX triplet: 94, B8 and 58. RGB value is (148,184,88). Sum of RGB (Red+Green+Blue) = 148+184+88=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 184 - color contains mainly: green. Hex color #94B858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B858 is #6B47A7. Grayscale: #A2A2A2. Windows color (decimal): -7030696 or 5814420. OLE color: 5814420.

HSL color Cylindrical-coordinate representation of color #94B858: hue angle of 82.5º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94B858 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB 148 184 88 -
CMYK 0.20 0 0.52 0.28
HSL 82.5º 0.4% 0.53% -
HSV(B) 82.5º 0.52% 0.72% -
XYZ 31.11 41.28 15.56 -
YUV 162.29 86.07 117.81 -
System Red Green Blue C M Y K H S L
Decimal 148 184 88 0.20 0 0.52 0.28 82.5 0.4 0.53
Hex 94 B8 58 14 0 34 1C 52 28 35
Octal 224 270 130 24 0 64 34 122 50 65
Binary 10010100 10111000 1011000 10100 0 110100 11100 1010010 101000 110101

Color Harmonies of #94B858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B858

Black with #94B858

Text Example


Text Example

White with #94B858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,184,88); }

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

background-color css

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

 a { background-color: rgb(148,184,88); }

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

border-color css

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

 span { border-color: rgb(148,184,88); }

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