Html Css Color HEX #BECB73 Pine Glade

📋 copy color: '#BECB73'

red 190 ◦ green 203 ◦ blue 115

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

Shades of Pine Glade #BECB73

Tints of Pine Glade #BECB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.64%

R = 37.4%
G = 39.96%
B = 22.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#BECB73 (or 0xBECB73) is known color: Pine Glade. HEX triplet: BE, CB and 73. RGB value is (190,203,115). Sum of RGB (Red+Green+Blue) = 190+203+115=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB73 is #41348C. Grayscale: #BDBDBD. Windows color (decimal): -4273293 or 7588798. OLE color: 7588798.

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

Color convert

RGB 190 203 115 -
CMYK 0.06 0 0.43 0.20
HSL 68.86º 0.46% 0.62% -
HSV(B) 68.86º 0.43% 0.8% -
XYZ 45.69 54.9 24.41 -
YUV 189.08 86.19 128.66 -
System Red Green Blue C M Y K H S L
Decimal 190 203 115 0.06 0 0.43 0.20 68.86 0.46 0.62
Hex BE CB 73 6 0 2B 14 45 2E 3E
Octal 276 313 163 6 0 53 24 105 56 76
Binary 10111110 11001011 1110011 110 0 101011 10100 1000101 101110 111110

Color Harmonies of #BECB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB73

Black with #BECB73

Text Example


Text Example

White with #BECB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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