Html Css Color HEX #BECC85 Pine Glade

📋 copy color: '#BECC85'

red 190 ◦ green 204 ◦ blue 133

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

Shades of Pine Glade #BECC85

Tints of Pine Glade #BECC85

RGB

 RED value IS 190 (74.61% from 255) = 36.05%

 GREEN value IS 204 (80.08% from 255) = 38.71%

 BLUE value IS 133 (52.34% from 255) = 25.24%

R = 36.05%
G = 38.71%
B = 25.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#BECC85 (or 0xBECC85) is known color: Pine Glade. HEX triplet: BE, CC and 85. RGB value is (190,204,133). Sum of RGB (Red+Green+Blue) = 190+204+133=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC85 is #41337A. Grayscale: #BFBFBF. Windows color (decimal): -4273019 or 8768702. OLE color: 8768702.

HSL color Cylindrical-coordinate representation of color #BECC85: hue angle of 71.83º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BECC85 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 133 -
CMYK 0.07 0 0.35 0.2
HSL 71.83º 0.41% 0.66% -
HSV(B) 71.83º 0.35% 0.8% -
XYZ 47.06 55.83 30.49 -
YUV 191.72 94.86 126.77 -
System Red Green Blue C M Y K H S L
Decimal 190 204 133 0.07 0 0.35 0.2 71.83 0.41 0.66
Hex BE CC 85 7 0 23 14 48 29 42
Octal 276 314 205 7 0 43 24 110 51 102
Binary 10111110 11001100 10000101 111 0 100011 10100 1001000 101001 1000010

Color Harmonies of #BECC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC85

Black with #BECC85

Text Example


Text Example

White with #BECC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC85; }

 p { color: rgb(190,204,133); }

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

background-color css

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

 a { background-color: rgb(190,204,133); }

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

border-color css

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

 span { border-color: rgb(190,204,133); }

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