Html Css Color HEX #94BA5B Chelsea Cucumber

📋 copy color: '#94BA5B'

red 148 ◦ green 186 ◦ blue 91

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

Shades of Chelsea Cucumber #94BA5B

Tints of Chelsea Cucumber #94BA5B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.76%

 BLUE value IS 91 (35.94% from 255) = 21.41%

R = 34.82%
G = 43.76%
B = 21.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#94BA5B (or 0x94BA5B) is known color: Chelsea Cucumber. HEX triplet: 94, BA and 5B. RGB value is (148,186,91). Sum of RGB (Red+Green+Blue) = 148+186+91=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BA5B is #6B45A4. Grayscale: #A4A4A4. Windows color (decimal): -7030181 or 6011540. OLE color: 6011540.

HSL color Cylindrical-coordinate representation of color #94BA5B: hue angle of 84º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94BA5B is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 186 91 -
CMYK 0.20 0 0.51 0.27
HSL 84º 0.41% 0.54% -
HSV(B) 84º 0.51% 0.73% -
XYZ 31.66 42.17 16.37 -
YUV 163.81 86.91 116.72 -
System Red Green Blue C M Y K H S L
Decimal 148 186 91 0.20 0 0.51 0.27 84 0.41 0.54
Hex 94 BA 5B 14 0 33 1B 54 29 36
Octal 224 272 133 24 0 63 33 124 51 66
Binary 10010100 10111010 1011011 10100 0 110011 11011 1010100 101001 110110

Color Harmonies of #94BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BA5B

Black with #94BA5B

Text Example


Text Example

White with #94BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,186,91); }

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

background-color css

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

 a { background-color: rgb(148,186,91); }

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

border-color css

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

 span { border-color: rgb(148,186,91); }

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