Html Css Color HEX #BED98B Sulu

📋 copy color: '#BED98B'

red 190 ◦ green 217 ◦ blue 139

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

Shades of Sulu #BED98B

Tints of Sulu #BED98B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.74%

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

R = 34.8%
G = 39.74%
B = 25.46%

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

#BED98B (or 0xBED98B) is known color: Sulu. HEX triplet: BE, D9 and 8B. RGB value is (190,217,139). Sum of RGB (Red+Green+Blue) = 190+217+139=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 217 - color contains mainly: green. Hex color #BED98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED98B is #412674. Grayscale: #C8C8C8. Windows color (decimal): -4269685 or 9165246. OLE color: 9165246.

HSL color Cylindrical-coordinate representation of color #BED98B: hue angle of 80.77º degrees, saturation: 0.51, 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 #BED98B is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 217 139 -
CMYK 0.12 0 0.36 0.15
HSL 80.77º 0.51% 0.7% -
HSV(B) 80.77º 0.36% 0.85% -
XYZ 50.71 62.44 33.81 -
YUV 200.04 93.55 120.84 -
System Red Green Blue C M Y K H S L
Decimal 190 217 139 0.12 0 0.36 0.15 80.77 0.51 0.7
Hex BE D9 8B C 0 24 F 51 33 46
Octal 276 331 213 14 0 44 17 121 63 106
Binary 10111110 11011001 10001011 1100 0 100100 1111 1010001 110011 1000110

Color Harmonies of #BED98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED98B

Black with #BED98B

Text Example


Text Example

White with #BED98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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