Html Css Color HEX #94B04F Chelsea Cucumber

📋 copy color: '#94B04F'

red 148 ◦ green 176 ◦ blue 79

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

Shades of Chelsea Cucumber #94B04F

Tints of Chelsea Cucumber #94B04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.6%

R = 36.72%
G = 43.67%
B = 19.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#94B04F (or 0x94B04F) is known color: Chelsea Cucumber. HEX triplet: 94, B0 and 4F. RGB value is (148,176,79). Sum of RGB (Red+Green+Blue) = 148+176+79=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #94B04F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B04F is #6B4FB0. Grayscale: #9C9C9C. Windows color (decimal): -7032753 or 5222548. OLE color: 5222548.

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

Color convert

RGB 148 176 79 -
CMYK 0.16 0 0.55 0.31
HSL 77.32º 0.38% 0.5% -
HSV(B) 77.32º 0.55% 0.69% -
XYZ 29.15 37.91 13.18 -
YUV 156.57 84.22 121.89 -
System Red Green Blue C M Y K H S L
Decimal 148 176 79 0.16 0 0.55 0.31 77.32 0.38 0.5
Hex 94 B0 4F 10 0 37 1F 4D 26 32
Octal 224 260 117 20 0 67 37 115 46 62
Binary 10010100 10110000 1001111 10000 0 110111 11111 1001101 100110 110010

Color Harmonies of #94B04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B04F

Black with #94B04F

Text Example


Text Example

White with #94B04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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