Html Css Color HEX #8B9B69 Chelsea Cucumber

📋 copy color: '#8B9B69'

red 139 ◦ green 155 ◦ blue 105

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

Shades of Chelsea Cucumber #8B9B69

Tints of Chelsea Cucumber #8B9B69

RGB

 RED value IS 139 (54.69% from 255) = 34.84%

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

 BLUE value IS 105 (41.41% from 255) = 26.32%

R = 34.84%
G = 38.85%
B = 26.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#8B9B69 (or 0x8B9B69) is known color: Chelsea Cucumber. HEX triplet: 8B, 9B and 69. RGB value is (139,155,105). Sum of RGB (Red+Green+Blue) = 139+155+105=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #8B9B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9B69 is #746496. Grayscale: #909090. Windows color (decimal): -7627927 or 6921099. OLE color: 6921099.

HSL color Cylindrical-coordinate representation of color #8B9B69: hue angle of 79.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B9B69 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 139 155 105 -
CMYK 0.10 0 0.32 0.39
HSL 79.2º 0.2% 0.51% -
HSV(B) 79.2º 0.32% 0.61% -
XYZ 24.92 29.95 17.83 -
YUV 144.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 139 155 105 0.10 0 0.32 0.39 79.2 0.2 0.51
Hex 8B 9B 69 A 0 20 27 4F 14 33
Octal 213 233 151 12 0 40 47 117 24 63
Binary 10001011 10011011 1101001 1010 0 100000 100111 1001111 10100 110011

Color Harmonies of #8B9B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9B69

Black with #8B9B69

Text Example


Text Example

White with #8B9B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,155,105); }

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

background-color css

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

 a { background-color: rgb(139,155,105); }

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

border-color css

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

 span { border-color: rgb(139,155,105); }

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