Html Css Color HEX #95BA4B Chelsea Cucumber

📋 copy color: '#95BA4B'

red 149 ◦ green 186 ◦ blue 75

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

Shades of Chelsea Cucumber #95BA4B

Tints of Chelsea Cucumber #95BA4B

RGB

 RED value IS 149 (58.59% from 255) = 36.34%

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

 BLUE value IS 75 (29.69% from 255) = 18.29%

R = 36.34%
G = 45.37%
B = 18.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#95BA4B (or 0x95BA4B) is known color: Chelsea Cucumber. HEX triplet: 95, BA and 4B. RGB value is (149,186,75). Sum of RGB (Red+Green+Blue) = 149+186+75=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BA4B is #6A45B4. Grayscale: #A2A2A2. Windows color (decimal): -6964661 or 4962965. OLE color: 4962965.

HSL color Cylindrical-coordinate representation of color #95BA4B: hue angle of 80º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95BA4B is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 186 75 -
CMYK 0.20 0 0.60 0.27
HSL 80º 0.45% 0.51% -
HSV(B) 80º 0.6% 0.73% -
XYZ 31.22 42.02 13.12 -
YUV 162.28 78.74 118.53 -
System Red Green Blue C M Y K H S L
Decimal 149 186 75 0.20 0 0.60 0.27 80 0.45 0.51
Hex 95 BA 4B 14 0 3C 1B 50 2D 33
Octal 225 272 113 24 0 74 33 120 55 63
Binary 10010101 10111010 1001011 10100 0 111100 11011 1010000 101101 110011

Color Harmonies of #95BA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BA4B

Black with #95BA4B

Text Example


Text Example

White with #95BA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95BA4B; }

 p { color: rgb(149,186,75); }

 H1.HeaderClassName
 {
   color: #95BA4B;
 }
 .AnyTagClassName
 {
   color: #95BA4B;
 }
</style>

background-color css

<style>
 a { background-color: #95BA4B; }

 a { background-color: rgb(149,186,75); }

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

border-color css

<style>
 span { border-color: #95BA4B; }

 span { border-color: rgb(149,186,75); }

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