Html Css Color HEX #BED781 Sulu

📋 copy color: '#BED781'

red 190 ◦ green 215 ◦ blue 129

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

Shades of Sulu #BED781

Tints of Sulu #BED781

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.26%

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

R = 35.58%
G = 40.26%
B = 24.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#BED781 (or 0xBED781) is known color: Sulu. HEX triplet: BE, D7 and 81. RGB value is (190,215,129). Sum of RGB (Red+Green+Blue) = 190+215+129=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 129 (50.78% from 255 or 24.16% from 534); Max value from RGB is 215 - color contains mainly: green. Hex color #BED781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED781 is #41287E. Grayscale: #C6C6C6. Windows color (decimal): -4270207 or 8509374. OLE color: 8509374.

HSL color Cylindrical-coordinate representation of color #BED781: hue angle of 77.44º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BED781 is Cyan = 0.12, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 129 -
CMYK 0.12 0 0.4 0.16
HSL 77.44º 0.52% 0.67% -
HSV(B) 77.44º 0.4% 0.84% -
XYZ 49.5 61.13 29.96 -
YUV 197.72 89.22 122.49 -
System Red Green Blue C M Y K H S L
Decimal 190 215 129 0.12 0 0.4 0.16 77.44 0.52 0.67
Hex BE D7 81 C 0 28 10 4D 34 43
Octal 276 327 201 14 0 50 20 115 64 103
Binary 10111110 11010111 10000001 1100 0 101000 10000 1001101 110100 1000011

Color Harmonies of #BED781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED781

Black with #BED781

Text Example


Text Example

White with #BED781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED781; }

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

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

background-color css

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

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

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

border-color css

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

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

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