Html Css Color HEX #94B450 Chelsea Cucumber

📋 copy color: '#94B450'

red 148 ◦ green 180 ◦ blue 80

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

Shades of Chelsea Cucumber #94B450

Tints of Chelsea Cucumber #94B450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.61%

R = 36.27%
G = 44.12%
B = 19.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#94B450 (or 0x94B450) is known color: Chelsea Cucumber. HEX triplet: 94, B4 and 50. RGB value is (148,180,80). Sum of RGB (Red+Green+Blue) = 148+180+80=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #94B450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B450 is #6B4BAF. Grayscale: #9F9F9F. Windows color (decimal): -7031728 or 5289108. OLE color: 5289108.

HSL color Cylindrical-coordinate representation of color #94B450: hue angle of 79.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94B450 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 180 80 -
CMYK 0.18 0 0.56 0.29
HSL 79.2º 0.4% 0.51% -
HSV(B) 79.2º 0.56% 0.71% -
XYZ 29.98 39.52 13.64 -
YUV 159.03 83.4 120.13 -
System Red Green Blue C M Y K H S L
Decimal 148 180 80 0.18 0 0.56 0.29 79.2 0.4 0.51
Hex 94 B4 50 12 0 38 1D 4F 28 33
Octal 224 264 120 22 0 70 35 117 50 63
Binary 10010100 10110100 1010000 10010 0 111000 11101 1001111 101000 110011

Color Harmonies of #94B450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B450

Black with #94B450

Text Example


Text Example

White with #94B450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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