Html Css Color HEX #869B51 Chelsea Cucumber

📋 copy color: '#869B51'

red 134 ◦ green 155 ◦ blue 81

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

Shades of Chelsea Cucumber #869B51

Tints of Chelsea Cucumber #869B51

RGB

 RED value IS 134 (52.73% from 255) = 36.22%

 GREEN value IS 155 (60.94% from 255) = 41.89%

 BLUE value IS 81 (32.03% from 255) = 21.89%

R = 36.22%
G = 41.89%
B = 21.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#869B51 (or 0x869B51) is known color: Chelsea Cucumber. HEX triplet: 86, 9B and 51. RGB value is (134,155,81). Sum of RGB (Red+Green+Blue) = 134+155+81=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 155 - color contains mainly: green. Hex color #869B51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869B51 is #7964AE. Grayscale: #8C8C8C. Windows color (decimal): -7955631 or 5348230. OLE color: 5348230.

HSL color Cylindrical-coordinate representation of color #869B51: hue angle of 77.03º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #869B51 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 155 81 -
CMYK 0.14 0 0.48 0.39
HSL 77.03º 0.31% 0.46% -
HSV(B) 77.03º 0.48% 0.61% -
XYZ 23.04 29.11 12.19 -
YUV 140.29 94.54 123.52 -
System Red Green Blue C M Y K H S L
Decimal 134 155 81 0.14 0 0.48 0.39 77.03 0.31 0.46
Hex 86 9B 51 E 0 30 27 4D 1F 2E
Octal 206 233 121 16 0 60 47 115 37 56
Binary 10000110 10011011 1010001 1110 0 110000 100111 1001101 11111 101110

Color Harmonies of #869B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869B51

Black with #869B51

Text Example


Text Example

White with #869B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869B51; }

 p { color: rgb(134,155,81); }

 H1.HeaderClassName
 {
   color: #869B51;
 }
 .AnyTagClassName
 {
   color: #869B51;
 }
</style>

background-color css

<style>
 a { background-color: #869B51; }

 a { background-color: rgb(134,155,81); }

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

border-color css

<style>
 span { border-color: #869B51; }

 span { border-color: rgb(134,155,81); }

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