Html Css Color HEX #BED88B Sulu

📋 copy color: '#BED88B'

red 190 ◦ green 216 ◦ blue 139

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

Shades of Sulu #BED88B

Tints of Sulu #BED88B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.63%

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

R = 34.86%
G = 39.63%
B = 25.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#BED88B (or 0xBED88B) is known color: Sulu. HEX triplet: BE, D8 and 8B. RGB value is (190,216,139). Sum of RGB (Red+Green+Blue) = 190+216+139=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 216 - color contains mainly: green. Hex color #BED88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED88B is #412774. Grayscale: #C7C7C7. Windows color (decimal): -4269941 or 9164990. OLE color: 9164990.

HSL color Cylindrical-coordinate representation of color #BED88B: hue angle of 80.26º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BED88B is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 216 139 -
CMYK 0.12 0 0.36 0.15
HSL 80.26º 0.5% 0.7% -
HSV(B) 80.26º 0.36% 0.85% -
XYZ 50.45 61.92 33.72 -
YUV 199.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 190 216 139 0.12 0 0.36 0.15 80.26 0.5 0.7
Hex BE D8 8B C 0 24 F 50 32 46
Octal 276 330 213 14 0 44 17 120 62 106
Binary 10111110 11011000 10001011 1100 0 100100 1111 1010000 110010 1000110

Color Harmonies of #BED88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED88B

Black with #BED88B

Text Example


Text Example

White with #BED88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED88B; }

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

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

background-color css

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

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

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

border-color css

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

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

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