Html Css Color HEX #8CBE4B Chelsea Cucumber

📋 copy color: '#8CBE4B'

red 140 ◦ green 190 ◦ blue 75

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

Shades of Chelsea Cucumber #8CBE4B

Tints of Chelsea Cucumber #8CBE4B

RGB

 RED value IS 140 (55.08% from 255) = 34.57%

 GREEN value IS 190 (74.61% from 255) = 46.91%

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

R = 34.57%
G = 46.91%
B = 18.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#8CBE4B (or 0x8CBE4B) is known color: Chelsea Cucumber. HEX triplet: 8C, BE and 4B. RGB value is (140,190,75). Sum of RGB (Red+Green+Blue) = 140+190+75=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBE4B is #7341B4. Grayscale: #A2A2A2. Windows color (decimal): -7553461 or 4963980. OLE color: 4963980.

HSL color Cylindrical-coordinate representation of color #8CBE4B: hue angle of 86.09º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CBE4B is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 190 75 -
CMYK 0.26 0 0.61 0.25
HSL 86.09º 0.47% 0.52% -
HSV(B) 86.09º 0.61% 0.75% -
XYZ 30.5 42.91 13.33 -
YUV 161.94 78.94 112.35 -
System Red Green Blue C M Y K H S L
Decimal 140 190 75 0.26 0 0.61 0.25 86.09 0.47 0.52
Hex 8C BE 4B 1A 0 3D 19 56 2F 34
Octal 214 276 113 32 0 75 31 126 57 64
Binary 10001100 10111110 1001011 11010 0 111101 11001 1010110 101111 110100

Color Harmonies of #8CBE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBE4B

Black with #8CBE4B

Text Example


Text Example

White with #8CBE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CBE4B; }

 p { color: rgb(140,190,75); }

 H1.HeaderClassName
 {
   color: #8CBE4B;
 }
 .AnyTagClassName
 {
   color: #8CBE4B;
 }
</style>

background-color css

<style>
 a { background-color: #8CBE4B; }

 a { background-color: rgb(140,190,75); }

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

border-color css

<style>
 span { border-color: #8CBE4B; }

 span { border-color: rgb(140,190,75); }

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