Html Css Color HEX #94B051 Chelsea Cucumber

📋 copy color: '#94B051'

red 148 ◦ green 176 ◦ blue 81

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

Shades of Chelsea Cucumber #94B051

Tints of Chelsea Cucumber #94B051

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.46%

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

R = 36.54%
G = 43.46%
B = 20%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#94B051 (or 0x94B051) is known color: Chelsea Cucumber. HEX triplet: 94, B0 and 51. RGB value is (148,176,81). Sum of RGB (Red+Green+Blue) = 148+176+81=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 176 - color contains mainly: green. Hex color #94B051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B051 is #6B4FAE. Grayscale: #9D9D9D. Windows color (decimal): -7032751 or 5353620. OLE color: 5353620.

HSL color Cylindrical-coordinate representation of color #94B051: hue angle of 77.68º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94B051 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 176 81 -
CMYK 0.16 0 0.54 0.31
HSL 77.68º 0.38% 0.5% -
HSV(B) 77.68º 0.54% 0.69% -
XYZ 29.22 37.94 13.57 -
YUV 156.8 85.22 121.72 -
System Red Green Blue C M Y K H S L
Decimal 148 176 81 0.16 0 0.54 0.31 77.68 0.38 0.5
Hex 94 B0 51 10 0 36 1F 4E 26 32
Octal 224 260 121 20 0 66 37 116 46 62
Binary 10010100 10110000 1010001 10000 0 110110 11111 1001110 100110 110010

Color Harmonies of #94B051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B051

Black with #94B051

Text Example


Text Example

White with #94B051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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