Html Css Color HEX #94B748 Chelsea Cucumber

📋 copy color: '#94B748'

red 148 ◦ green 183 ◦ blue 72

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

Shades of Chelsea Cucumber #94B748

Tints of Chelsea Cucumber #94B748

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.41%

 BLUE value IS 72 (28.52% from 255) = 17.87%

R = 36.72%
G = 45.41%
B = 17.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#94B748 (or 0x94B748) is known color: Chelsea Cucumber. HEX triplet: 94, B7 and 48. RGB value is (148,183,72). Sum of RGB (Red+Green+Blue) = 148+183+72=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #94B748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B748 is #6B48B7. Grayscale: #A0A0A0. Windows color (decimal): -7030968 or 4765588. OLE color: 4765588.

HSL color Cylindrical-coordinate representation of color #94B748: hue angle of 78.92º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94B748 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 148 183 72 -
CMYK 0.19 0 0.61 0.28
HSL 78.92º 0.44% 0.5% -
HSV(B) 78.92º 0.61% 0.72% -
XYZ 30.32 40.63 12.38 -
YUV 159.88 78.4 119.53 -
System Red Green Blue C M Y K H S L
Decimal 148 183 72 0.19 0 0.61 0.28 78.92 0.44 0.5
Hex 94 B7 48 13 0 3D 1C 4F 2C 32
Octal 224 267 110 23 0 75 34 117 54 62
Binary 10010100 10110111 1001000 10011 0 111101 11100 1001111 101100 110010

Color Harmonies of #94B748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B748

Black with #94B748

Text Example


Text Example

White with #94B748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,183,72); }

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

background-color css

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

 a { background-color: rgb(148,183,72); }

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

border-color css

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

 span { border-color: rgb(148,183,72); }

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