Html Css Color HEX #BECA7B Pine Glade

📋 copy color: '#BECA7B'

red 190 ◦ green 202 ◦ blue 123

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

Shades of Pine Glade #BECA7B

Tints of Pine Glade #BECA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.88%

R = 36.89%
G = 39.22%
B = 23.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#BECA7B (or 0xBECA7B) is known color: Pine Glade. HEX triplet: BE, CA and 7B. RGB value is (190,202,123). Sum of RGB (Red+Green+Blue) = 190+202+123=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA7B is #413584. Grayscale: #BDBDBD. Windows color (decimal): -4273541 or 8112830. OLE color: 8112830.

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

Color convert

RGB 190 202 123 -
CMYK 0.06 0 0.39 0.21
HSL 69.11º 0.43% 0.64% -
HSV(B) 69.11º 0.39% 0.79% -
XYZ 45.93 54.62 26.86 -
YUV 189.41 90.52 128.42 -
System Red Green Blue C M Y K H S L
Decimal 190 202 123 0.06 0 0.39 0.21 69.11 0.43 0.64
Hex BE CA 7B 6 0 27 15 45 2B 40
Octal 276 312 173 6 0 47 25 105 53 100
Binary 10111110 11001010 1111011 110 0 100111 10101 1000101 101011 1000000

Color Harmonies of #BECA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA7B

Black with #BECA7B

Text Example


Text Example

White with #BECA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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