Html Css Color HEX #BEDB7E Sulu

📋 copy color: '#BEDB7E'

red 190 ◦ green 219 ◦ blue 126

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

Shades of Sulu #BEDB7E

Tints of Sulu #BEDB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.55%

R = 35.51%
G = 40.93%
B = 23.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#BEDB7E (or 0xBEDB7E) is known color: Sulu. HEX triplet: BE, DB and 7E. RGB value is (190,219,126). Sum of RGB (Red+Green+Blue) = 190+219+126=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB7E is #412481. Grayscale: #C8C8C8. Windows color (decimal): -4269186 or 8313790. OLE color: 8313790.

HSL color Cylindrical-coordinate representation of color #BEDB7E: hue angle of 78.71º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEDB7E is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 219 126 -
CMYK 0.13 0 0.42 0.14
HSL 78.71º 0.56% 0.68% -
HSV(B) 78.71º 0.42% 0.86% -
XYZ 50.33 63.12 29.27 -
YUV 199.73 86.39 121.06 -
System Red Green Blue C M Y K H S L
Decimal 190 219 126 0.13 0 0.42 0.14 78.71 0.56 0.68
Hex BE DB 7E D 0 2A E 4F 38 44
Octal 276 333 176 15 0 52 16 117 70 104
Binary 10111110 11011011 1111110 1101 0 101010 1110 1001111 111000 1000100

Color Harmonies of #BEDB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB7E

Black with #BEDB7E

Text Example


Text Example

White with #BEDB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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