Html Css Color HEX #BECE74 Pine Glade

📋 copy color: '#BECE74'

red 190 ◦ green 206 ◦ blue 116

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

Shades of Pine Glade #BECE74

Tints of Pine Glade #BECE74

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.23%

 BLUE value IS 116 (45.7% from 255) = 22.66%

R = 37.11%
G = 40.23%
B = 22.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#BECE74 (or 0xBECE74) is known color: Pine Glade. HEX triplet: BE, CE and 74. RGB value is (190,206,116). Sum of RGB (Red+Green+Blue) = 190+206+116=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECE74 is #41318B. Grayscale: #BFBFBF. Windows color (decimal): -4272524 or 7655102. OLE color: 7655102.

HSL color Cylindrical-coordinate representation of color #BECE74: hue angle of 70.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BECE74 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 116 -
CMYK 0.08 0 0.44 0.19
HSL 70.67º 0.48% 0.63% -
HSV(B) 70.67º 0.44% 0.81% -
XYZ 46.46 56.35 24.95 -
YUV 190.96 85.7 127.32 -
System Red Green Blue C M Y K H S L
Decimal 190 206 116 0.08 0 0.44 0.19 70.67 0.48 0.63
Hex BE CE 74 8 0 2C 13 47 30 3F
Octal 276 316 164 10 0 54 23 107 60 77
Binary 10111110 11001110 1110100 1000 0 101100 10011 1000111 110000 111111

Color Harmonies of #BECE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE74

Black with #BECE74

Text Example


Text Example

White with #BECE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE74; }

 p { color: rgb(190,206,116); }

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

background-color css

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

 a { background-color: rgb(190,206,116); }

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

border-color css

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

 span { border-color: rgb(190,206,116); }

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