Html Css Color HEX #BECA74 Pine Glade

📋 copy color: '#BECA74'

red 190 ◦ green 202 ◦ blue 116

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

Shades of Pine Glade #BECA74

Tints of Pine Glade #BECA74

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.76%

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

R = 37.4%
G = 39.76%
B = 22.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#BECA74 (or 0xBECA74) is known color: Pine Glade. HEX triplet: BE, CA and 74. RGB value is (190,202,116). Sum of RGB (Red+Green+Blue) = 190+202+116=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA74 is #41358B. Grayscale: #BCBCBC. Windows color (decimal): -4273548 or 7654078. OLE color: 7654078.

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

Color convert

RGB 190 202 116 -
CMYK 0.06 0 0.43 0.21
HSL 68.37º 0.45% 0.62% -
HSV(B) 68.37º 0.43% 0.79% -
XYZ 45.51 54.45 24.63 -
YUV 188.61 87.02 128.99 -
System Red Green Blue C M Y K H S L
Decimal 190 202 116 0.06 0 0.43 0.21 68.37 0.45 0.62
Hex BE CA 74 6 0 2B 15 44 2D 3E
Octal 276 312 164 6 0 53 25 104 55 76
Binary 10111110 11001010 1110100 110 0 101011 10101 1000100 101101 111110

Color Harmonies of #BECA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA74

Black with #BECA74

Text Example


Text Example

White with #BECA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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