Html Css Color HEX #BECB83 Pine Glade

📋 copy color: '#BECB83'

red 190 ◦ green 203 ◦ blue 131

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

Shades of Pine Glade #BECB83

Tints of Pine Glade #BECB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25%

R = 36.26%
G = 38.74%
B = 25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#BECB83 (or 0xBECB83) is known color: Pine Glade. HEX triplet: BE, CB and 83. RGB value is (190,203,131). Sum of RGB (Red+Green+Blue) = 190+203+131=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 131 (51.56% from 255 or 25% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECB83 is #41347C. Grayscale: #BFBFBF. Windows color (decimal): -4273277 or 8637374. OLE color: 8637374.

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

Color convert

RGB 190 203 131 -
CMYK 0.06 0 0.35 0.20
HSL 70.83º 0.41% 0.65% -
HSV(B) 70.83º 0.35% 0.8% -
XYZ 46.69 55.3 29.69 -
YUV 190.91 94.19 127.35 -
System Red Green Blue C M Y K H S L
Decimal 190 203 131 0.06 0 0.35 0.20 70.83 0.41 0.65
Hex BE CB 83 6 0 23 14 47 29 41
Octal 276 313 203 6 0 43 24 107 51 101
Binary 10111110 11001011 10000011 110 0 100011 10100 1000111 101001 1000001

Color Harmonies of #BECB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB83

Black with #BECB83

Text Example


Text Example

White with #BECB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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