Html Css Color HEX #BED68B Sprout

📋 copy color: '#BED68B'

red 190 ◦ green 214 ◦ blue 139

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

Shades of Sprout #BED68B

Tints of Sprout #BED68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.6%

R = 34.99%
G = 39.41%
B = 25.6%

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

#BED68B (or 0xBED68B) is known color: Sprout. HEX triplet: BE, D6 and 8B. RGB value is (190,214,139). Sum of RGB (Red+Green+Blue) = 190+214+139=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #BED68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED68B is #412974. Grayscale: #C6C6C6. Windows color (decimal): -4270453 or 9164478. OLE color: 9164478.

HSL color Cylindrical-coordinate representation of color #BED68B: hue angle of 79.2º degrees, saturation: 0.48, 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 #BED68B is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 139 -
CMYK 0.11 0 0.35 0.16
HSL 79.2º 0.48% 0.69% -
HSV(B) 79.2º 0.35% 0.84% -
XYZ 49.94 60.9 33.55 -
YUV 198.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 190 214 139 0.11 0 0.35 0.16 79.2 0.48 0.69
Hex BE D6 8B B 0 23 10 4F 30 45
Octal 276 326 213 13 0 43 20 117 60 105
Binary 10111110 11010110 10001011 1011 0 100011 10000 1001111 110000 1000101

Color Harmonies of #BED68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED68B

Black with #BED68B

Text Example


Text Example

White with #BED68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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