Html Css Color HEX #BED784 Sulu

📋 copy color: '#BED784'

red 190 ◦ green 215 ◦ blue 132

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

Shades of Sulu #BED784

Tints of Sulu #BED784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.58%

R = 35.38%
G = 40.04%
B = 24.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#BED784 (or 0xBED784) is known color: Sulu. HEX triplet: BE, D7 and 84. RGB value is (190,215,132). Sum of RGB (Red+Green+Blue) = 190+215+132=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 215 - color contains mainly: green. Hex color #BED784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED784 is #41287B. Grayscale: #C6C6C6. Windows color (decimal): -4270204 or 8705982. OLE color: 8705982.

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

Color convert

RGB 190 215 132 -
CMYK 0.12 0 0.39 0.16
HSL 78.07º 0.51% 0.68% -
HSV(B) 78.07º 0.39% 0.84% -
XYZ 49.7 61.21 31.03 -
YUV 198.06 90.72 122.25 -
System Red Green Blue C M Y K H S L
Decimal 190 215 132 0.12 0 0.39 0.16 78.07 0.51 0.68
Hex BE D7 84 C 0 27 10 4E 33 44
Octal 276 327 204 14 0 47 20 116 63 104
Binary 10111110 11010111 10000100 1100 0 100111 10000 1001110 110011 1000100

Color Harmonies of #BED784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED784

Black with #BED784

Text Example


Text Example

White with #BED784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED784; }

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

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

background-color css

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

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

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

border-color css

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

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

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