Html Css Color HEX #BED682 Sulu

📋 copy color: '#BED682'

red 190 ◦ green 214 ◦ blue 130

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

Shades of Sulu #BED682

Tints of Sulu #BED682

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.07%

 BLUE value IS 130 (51.17% from 255) = 24.34%

R = 35.58%
G = 40.07%
B = 24.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#BED682 (or 0xBED682) is known color: Sulu. HEX triplet: BE, D6 and 82. RGB value is (190,214,130). Sum of RGB (Red+Green+Blue) = 190+214+130=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #BED682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED682 is #41297D. Grayscale: #C5C5C5. Windows color (decimal): -4270462 or 8574654. OLE color: 8574654.

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

Color convert

RGB 190 214 130 -
CMYK 0.11 0 0.39 0.16
HSL 77.14º 0.51% 0.67% -
HSV(B) 77.14º 0.39% 0.84% -
XYZ 49.31 60.65 30.23 -
YUV 197.25 90.05 122.83 -
System Red Green Blue C M Y K H S L
Decimal 190 214 130 0.11 0 0.39 0.16 77.14 0.51 0.67
Hex BE D6 82 B 0 27 10 4D 33 43
Octal 276 326 202 13 0 47 20 115 63 103
Binary 10111110 11010110 10000010 1011 0 100111 10000 1001101 110011 1000011

Color Harmonies of #BED682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED682

Black with #BED682

Text Example


Text Example

White with #BED682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED682; }

 p { color: rgb(190,214,130); }

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

background-color css

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

 a { background-color: rgb(190,214,130); }

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

border-color css

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

 span { border-color: rgb(190,214,130); }

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