Html Css Color HEX #BED07A Pine Glade

📋 copy color: '#BED07A'

red 190 ◦ green 208 ◦ blue 122

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

Shades of Pine Glade #BED07A

Tints of Pine Glade #BED07A

RGB

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

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

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

R = 36.54%
G = 40%
B = 23.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#BED07A (or 0xBED07A) is known color: Pine Glade. HEX triplet: BE, D0 and 7A. RGB value is (190,208,122). Sum of RGB (Red+Green+Blue) = 190+208+122=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #BED07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED07A is #412F85. Grayscale: #C1C1C1. Windows color (decimal): -4272006 or 8048830. OLE color: 8048830.

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

Color convert

RGB 190 208 122 -
CMYK 0.09 0 0.41 0.18
HSL 72.56º 0.48% 0.65% -
HSV(B) 72.56º 0.41% 0.82% -
XYZ 47.3 57.46 27.01 -
YUV 192.81 88.04 125.99 -
System Red Green Blue C M Y K H S L
Decimal 190 208 122 0.09 0 0.41 0.18 72.56 0.48 0.65
Hex BE D0 7A 9 0 29 12 49 30 41
Octal 276 320 172 11 0 51 22 111 60 101
Binary 10111110 11010000 1111010 1001 0 101001 10010 1001001 110000 1000001

Color Harmonies of #BED07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED07A

Black with #BED07A

Text Example


Text Example

White with #BED07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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