Html Css Color HEX #BED68C Sprout

📋 copy color: '#BED68C'

red 190 ◦ green 214 ◦ blue 140

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

Shades of Sprout #BED68C

Tints of Sprout #BED68C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.34%

 BLUE value IS 140 (55.08% from 255) = 25.74%

R = 34.93%
G = 39.34%
B = 25.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#BED68C (or 0xBED68C) is known color: Sprout. HEX triplet: BE, D6 and 8C. RGB value is (190,214,140). Sum of RGB (Red+Green+Blue) = 190+214+140=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #BED68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED68C is #412973. Grayscale: #C6C6C6. Windows color (decimal): -4270452 or 9230014. OLE color: 9230014.

HSL color Cylindrical-coordinate representation of color #BED68C: hue angle of 79.46º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BED68C is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 140 -
CMYK 0.11 0 0.35 0.16
HSL 79.46º 0.47% 0.69% -
HSV(B) 79.46º 0.35% 0.84% -
XYZ 50.02 60.93 33.94 -
YUV 198.39 95.05 122.02 -
System Red Green Blue C M Y K H S L
Decimal 190 214 140 0.11 0 0.35 0.16 79.46 0.47 0.69
Hex BE D6 8C B 0 23 10 4F 2F 45
Octal 276 326 214 13 0 43 20 117 57 105
Binary 10111110 11010110 10001100 1011 0 100011 10000 1001111 101111 1000101

Color Harmonies of #BED68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED68C

Black with #BED68C

Text Example


Text Example

White with #BED68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED68C; }

 p { color: rgb(190,214,140); }

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

background-color css

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

 a { background-color: rgb(190,214,140); }

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

border-color css

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

 span { border-color: rgb(190,214,140); }

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