Html Css Color HEX #8BAF4B Chelsea Cucumber

📋 copy color: '#8BAF4B'

red 139 ◦ green 175 ◦ blue 75

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

Shades of Chelsea Cucumber #8BAF4B

Tints of Chelsea Cucumber #8BAF4B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.99%

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

R = 35.73%
G = 44.99%
B = 19.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#8BAF4B (or 0x8BAF4B) is known color: Chelsea Cucumber. HEX triplet: 8B, AF and 4B. RGB value is (139,175,75). Sum of RGB (Red+Green+Blue) = 139+175+75=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAF4B is #7450B4. Grayscale: #999999. Windows color (decimal): -7622837 or 4960139. OLE color: 4960139.

HSL color Cylindrical-coordinate representation of color #8BAF4B: hue angle of 81.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8BAF4B is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 139 175 75 -
CMYK 0.21 0 0.57 0.31
HSL 81.6º 0.4% 0.49% -
HSV(B) 81.6º 0.57% 0.69% -
XYZ 27.25 36.66 12.3 -
YUV 152.84 84.07 118.13 -
System Red Green Blue C M Y K H S L
Decimal 139 175 75 0.21 0 0.57 0.31 81.6 0.4 0.49
Hex 8B AF 4B 15 0 39 1F 52 28 31
Octal 213 257 113 25 0 71 37 122 50 61
Binary 10001011 10101111 1001011 10101 0 111001 11111 1010010 101000 110001

Color Harmonies of #8BAF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAF4B

Black with #8BAF4B

Text Example


Text Example

White with #8BAF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,175,75); }

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

background-color css

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

 a { background-color: rgb(139,175,75); }

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

border-color css

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

 span { border-color: rgb(139,175,75); }

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