Html Css Color HEX #BEDB6E Sulu

📋 copy color: '#BEDB6E'

red 190 ◦ green 219 ◦ blue 110

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

Shades of Sulu #BEDB6E

Tints of Sulu #BEDB6E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.2%

 BLUE value IS 110 (43.36% from 255) = 21.19%

R = 36.61%
G = 42.2%
B = 21.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#BEDB6E (or 0xBEDB6E) is known color: Sulu. HEX triplet: BE, DB and 6E. RGB value is (190,219,110). Sum of RGB (Red+Green+Blue) = 190+219+110=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB6E is #412491. Grayscale: #C6C6C6. Windows color (decimal): -4269202 or 7265214. OLE color: 7265214.

HSL color Cylindrical-coordinate representation of color #BEDB6E: hue angle of 75.96º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEDB6E is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 219 110 -
CMYK 0.13 0 0.50 0.14
HSL 75.96º 0.6% 0.65% -
HSV(B) 75.96º 0.5% 0.86% -
XYZ 49.38 62.74 24.26 -
YUV 197.9 78.39 122.36 -
System Red Green Blue C M Y K H S L
Decimal 190 219 110 0.13 0 0.50 0.14 75.96 0.6 0.65
Hex BE DB 6E D 0 32 E 4C 3C 41
Octal 276 333 156 15 0 62 16 114 74 101
Binary 10111110 11011011 1101110 1101 0 110010 1110 1001100 111100 1000001

Color Harmonies of #BEDB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB6E

Black with #BEDB6E

Text Example


Text Example

White with #BEDB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB6E; }

 p { color: rgb(190,219,110); }

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

background-color css

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

 a { background-color: rgb(190,219,110); }

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

border-color css

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

 span { border-color: rgb(190,219,110); }

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