Html Css Color HEX #94B351 Chelsea Cucumber

📋 copy color: '#94B351'

red 148 ◦ green 179 ◦ blue 81

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

Shades of Chelsea Cucumber #94B351

Tints of Chelsea Cucumber #94B351

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.87%

 BLUE value IS 81 (32.03% from 255) = 19.85%

R = 36.27%
G = 43.87%
B = 19.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#94B351 (or 0x94B351) is known color: Chelsea Cucumber. HEX triplet: 94, B3 and 51. RGB value is (148,179,81). Sum of RGB (Red+Green+Blue) = 148+179+81=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 179 - color contains mainly: green. Hex color #94B351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B351 is #6B4CAE. Grayscale: #9E9E9E. Windows color (decimal): -7031983 or 5354388. OLE color: 5354388.

HSL color Cylindrical-coordinate representation of color #94B351: hue angle of 78.98º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94B351 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 148 179 81 -
CMYK 0.17 0 0.55 0.30
HSL 78.98º 0.39% 0.51% -
HSV(B) 78.98º 0.55% 0.7% -
XYZ 29.82 39.13 13.77 -
YUV 158.56 84.23 120.47 -
System Red Green Blue C M Y K H S L
Decimal 148 179 81 0.17 0 0.55 0.30 78.98 0.39 0.51
Hex 94 B3 51 11 0 37 1E 4F 27 33
Octal 224 263 121 21 0 67 36 117 47 63
Binary 10010100 10110011 1010001 10001 0 110111 11110 1001111 100111 110011

Color Harmonies of #94B351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B351

Black with #94B351

Text Example


Text Example

White with #94B351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,179,81); }

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

background-color css

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

 a { background-color: rgb(148,179,81); }

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

border-color css

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

 span { border-color: rgb(148,179,81); }

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