Html Css Color HEX #BEDE7C Sulu

📋 copy color: '#BEDE7C'

red 190 ◦ green 222 ◦ blue 124

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

Shades of Sulu #BEDE7C

Tints of Sulu #BEDE7C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.42%

 BLUE value IS 124 (48.83% from 255) = 23.13%

R = 35.45%
G = 41.42%
B = 23.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#BEDE7C (or 0xBEDE7C) is known color: Sulu. HEX triplet: BE, DE and 7C. RGB value is (190,222,124). Sum of RGB (Red+Green+Blue) = 190+222+124=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE7C is #412183. Grayscale: #C9C9C9. Windows color (decimal): -4268420 or 8183486. OLE color: 8183486.

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

Color convert

RGB 190 222 124 -
CMYK 0.14 0 0.44 0.13
HSL 79.59º 0.6% 0.68% -
HSV(B) 79.59º 0.44% 0.87% -
XYZ 50.99 64.64 28.86 -
YUV 201.26 84.4 119.97 -
System Red Green Blue C M Y K H S L
Decimal 190 222 124 0.14 0 0.44 0.13 79.59 0.6 0.68
Hex BE DE 7C E 0 2C D 50 3C 44
Octal 276 336 174 16 0 54 15 120 74 104
Binary 10111110 11011110 1111100 1110 0 101100 1101 1010000 111100 1000100

Color Harmonies of #BEDE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE7C

Black with #BEDE7C

Text Example


Text Example

White with #BEDE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE7C; }

 p { color: rgb(190,222,124); }

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

background-color css

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

 a { background-color: rgb(190,222,124); }

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

border-color css

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

 span { border-color: rgb(190,222,124); }

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