Html Css Color HEX #BEDB7B Sulu

📋 copy color: '#BEDB7B'

red 190 ◦ green 219 ◦ blue 123

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

Shades of Sulu #BEDB7B

Tints of Sulu #BEDB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.12%

R = 35.71%
G = 41.17%
B = 23.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#BEDB7B (or 0xBEDB7B) is known color: Sulu. HEX triplet: BE, DB and 7B. RGB value is (190,219,123). Sum of RGB (Red+Green+Blue) = 190+219+123=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB7B is #412484. Grayscale: #C7C7C7. Windows color (decimal): -4269189 or 8117182. OLE color: 8117182.

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

Color convert

RGB 190 219 123 -
CMYK 0.13 0 0.44 0.14
HSL 78.12º 0.57% 0.67% -
HSV(B) 78.12º 0.44% 0.86% -
XYZ 50.14 63.04 28.26 -
YUV 199.39 84.89 121.31 -
System Red Green Blue C M Y K H S L
Decimal 190 219 123 0.13 0 0.44 0.14 78.12 0.57 0.67
Hex BE DB 7B D 0 2C E 4E 39 43
Octal 276 333 173 15 0 54 16 116 71 103
Binary 10111110 11011011 1111011 1101 0 101100 1110 1001110 111001 1000011

Color Harmonies of #BEDB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB7B

Black with #BEDB7B

Text Example


Text Example

White with #BEDB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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