Html Css Color HEX #BED075 Pine Glade

📋 copy color: '#BED075'

red 190 ◦ green 208 ◦ blue 117

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

Shades of Pine Glade #BED075

Tints of Pine Glade #BED075

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.39%

 BLUE value IS 117 (46.09% from 255) = 22.72%

R = 36.89%
G = 40.39%
B = 22.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#BED075 (or 0xBED075) is known color: Pine Glade. HEX triplet: BE, D0 and 75. RGB value is (190,208,117). Sum of RGB (Red+Green+Blue) = 190+208+117=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #BED075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED075 is #412F8A. Grayscale: #C0C0C0. Windows color (decimal): -4272011 or 7721150. OLE color: 7721150.

HSL color Cylindrical-coordinate representation of color #BED075: hue angle of 71.87º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BED075 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 208 117 -
CMYK 0.09 0 0.44 0.18
HSL 71.87º 0.49% 0.64% -
HSV(B) 71.87º 0.44% 0.82% -
XYZ 47 57.34 25.42 -
YUV 192.24 85.54 126.4 -
System Red Green Blue C M Y K H S L
Decimal 190 208 117 0.09 0 0.44 0.18 71.87 0.49 0.64
Hex BE D0 75 9 0 2C 12 48 31 40
Octal 276 320 165 11 0 54 22 110 61 100
Binary 10111110 11010000 1110101 1001 0 101100 10010 1001000 110001 1000000

Color Harmonies of #BED075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED075

Black with #BED075

Text Example


Text Example

White with #BED075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED075; }

 p { color: rgb(190,208,117); }

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

background-color css

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

 a { background-color: rgb(190,208,117); }

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

border-color css

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

 span { border-color: rgb(190,208,117); }

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