Html Css Color HEX #BEDC7B Sulu

📋 copy color: '#BEDC7B'

red 190 ◦ green 220 ◦ blue 123

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

Shades of Sulu #BEDC7B

Tints of Sulu #BEDC7B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.28%

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

R = 35.65%
G = 41.28%
B = 23.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#BEDC7B (or 0xBEDC7B) is known color: Sulu. HEX triplet: BE, DC and 7B. RGB value is (190,220,123). Sum of RGB (Red+Green+Blue) = 190+220+123=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC7B is #412384. Grayscale: #C8C8C8. Windows color (decimal): -4268933 or 8117438. OLE color: 8117438.

HSL color Cylindrical-coordinate representation of color #BEDC7B: hue angle of 78.56º degrees, saturation: 0.58, 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 #BEDC7B is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 220 123 -
CMYK 0.14 0 0.44 0.14
HSL 78.56º 0.58% 0.67% -
HSV(B) 78.56º 0.44% 0.86% -
XYZ 50.4 63.56 28.35 -
YUV 199.97 84.56 120.89 -
System Red Green Blue C M Y K H S L
Decimal 190 220 123 0.14 0 0.44 0.14 78.56 0.58 0.67
Hex BE DC 7B E 0 2C E 4F 3A 43
Octal 276 334 173 16 0 54 16 117 72 103
Binary 10111110 11011100 1111011 1110 0 101100 1110 1001111 111010 1000011

Color Harmonies of #BEDC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC7B

Black with #BEDC7B

Text Example


Text Example

White with #BEDC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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