Html Css Color HEX #94B448 Chelsea Cucumber

📋 copy color: '#94B448'

red 148 ◦ green 180 ◦ blue 72

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

Shades of Chelsea Cucumber #94B448

Tints of Chelsea Cucumber #94B448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45%

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

R = 37%
G = 45%
B = 18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#94B448 (or 0x94B448) is known color: Chelsea Cucumber. HEX triplet: 94, B4 and 48. RGB value is (148,180,72). Sum of RGB (Red+Green+Blue) = 148+180+72=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #94B448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B448 is #6B4BB7. Grayscale: #9E9E9E. Windows color (decimal): -7031736 or 4764820. OLE color: 4764820.

HSL color Cylindrical-coordinate representation of color #94B448: hue angle of 77.78º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94B448 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 180 72 -
CMYK 0.18 0 0.60 0.29
HSL 77.78º 0.43% 0.49% -
HSV(B) 77.78º 0.6% 0.71% -
XYZ 29.7 39.41 12.17 -
YUV 158.12 79.4 120.78 -
System Red Green Blue C M Y K H S L
Decimal 148 180 72 0.18 0 0.60 0.29 77.78 0.43 0.49
Hex 94 B4 48 12 0 3C 1D 4E 2B 31
Octal 224 264 110 22 0 74 35 116 53 61
Binary 10010100 10110100 1001000 10010 0 111100 11101 1001110 101011 110001

Color Harmonies of #94B448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B448

Black with #94B448

Text Example


Text Example

White with #94B448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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