Html Css Color HEX #BECC7A Pine Glade

📋 copy color: '#BECC7A'

red 190 ◦ green 204 ◦ blue 122

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

Shades of Pine Glade #BECC7A

Tints of Pine Glade #BECC7A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.53%

 BLUE value IS 122 (48.05% from 255) = 23.64%

R = 36.82%
G = 39.53%
B = 23.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#BECC7A (or 0xBECC7A) is known color: Pine Glade. HEX triplet: BE, CC and 7A. RGB value is (190,204,122). Sum of RGB (Red+Green+Blue) = 190+204+122=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECC7A is #413385. Grayscale: #BEBEBE. Windows color (decimal): -4273030 or 8047806. OLE color: 8047806.

HSL color Cylindrical-coordinate representation of color #BECC7A: hue angle of 70.24º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BECC7A is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 122 -
CMYK 0.07 0 0.40 0.2
HSL 70.24º 0.45% 0.64% -
HSV(B) 70.24º 0.4% 0.8% -
XYZ 46.34 55.54 26.69 -
YUV 190.47 89.36 127.67 -
System Red Green Blue C M Y K H S L
Decimal 190 204 122 0.07 0 0.40 0.2 70.24 0.45 0.64
Hex BE CC 7A 7 0 28 14 46 2D 40
Octal 276 314 172 7 0 50 24 106 55 100
Binary 10111110 11001100 1111010 111 0 101000 10100 1000110 101101 1000000

Color Harmonies of #BECC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC7A

Black with #BECC7A

Text Example


Text Example

White with #BECC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC7A; }

 p { color: rgb(190,204,122); }

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

background-color css

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

 a { background-color: rgb(190,204,122); }

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

border-color css

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

 span { border-color: rgb(190,204,122); }

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