Html Css Color HEX #BECB77 Pine Glade

📋 copy color: '#BECB77'

red 190 ◦ green 203 ◦ blue 119

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

Shades of Pine Glade #BECB77

Tints of Pine Glade #BECB77

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.65%

 BLUE value IS 119 (46.88% from 255) = 23.24%

R = 37.11%
G = 39.65%
B = 23.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#BECB77 (or 0xBECB77) is known color: Pine Glade. HEX triplet: BE, CB and 77. RGB value is (190,203,119). Sum of RGB (Red+Green+Blue) = 190+203+119=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB77 is #413488. Grayscale: #BDBDBD. Windows color (decimal): -4273289 or 7850942. OLE color: 7850942.

HSL color Cylindrical-coordinate representation of color #BECB77: hue angle of 69.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BECB77 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 203 119 -
CMYK 0.06 0 0.41 0.20
HSL 69.29º 0.45% 0.63% -
HSV(B) 69.29º 0.41% 0.8% -
XYZ 45.92 54.99 25.65 -
YUV 189.54 88.19 128.33 -
System Red Green Blue C M Y K H S L
Decimal 190 203 119 0.06 0 0.41 0.20 69.29 0.45 0.63
Hex BE CB 77 6 0 29 14 45 2D 3F
Octal 276 313 167 6 0 51 24 105 55 77
Binary 10111110 11001011 1110111 110 0 101001 10100 1000101 101101 111111

Color Harmonies of #BECB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB77

Black with #BECB77

Text Example


Text Example

White with #BECB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB77; }

 p { color: rgb(190,203,119); }

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

background-color css

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

 a { background-color: rgb(190,203,119); }

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

border-color css

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

 span { border-color: rgb(190,203,119); }

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