Html Css Color HEX #BED981 Sulu

📋 copy color: '#BED981'

red 190 ◦ green 217 ◦ blue 129

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

Shades of Sulu #BED981

Tints of Sulu #BED981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.07%

R = 35.45%
G = 40.49%
B = 24.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#BED981 (or 0xBED981) is known color: Sulu. HEX triplet: BE, D9 and 81. RGB value is (190,217,129). Sum of RGB (Red+Green+Blue) = 190+217+129=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #BED981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED981 is #41267E. Grayscale: #C7C7C7. Windows color (decimal): -4269695 or 8509886. OLE color: 8509886.

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

Color convert

RGB 190 217 129 -
CMYK 0.12 0 0.41 0.15
HSL 78.41º 0.54% 0.68% -
HSV(B) 78.41º 0.41% 0.85% -
XYZ 50.01 62.16 30.13 -
YUV 198.9 88.55 121.66 -
System Red Green Blue C M Y K H S L
Decimal 190 217 129 0.12 0 0.41 0.15 78.41 0.54 0.68
Hex BE D9 81 C 0 29 F 4E 36 44
Octal 276 331 201 14 0 51 17 116 66 104
Binary 10111110 11011001 10000001 1100 0 101001 1111 1001110 110110 1000100

Color Harmonies of #BED981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED981

Black with #BED981

Text Example


Text Example

White with #BED981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED981; }

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

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

background-color css

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

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

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

border-color css

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

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

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