Html Css Color HEX #BEDE6D Sulu

📋 copy color: '#BEDE6D'

red 190 ◦ green 222 ◦ blue 109

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

Shades of Sulu #BEDE6D

Tints of Sulu #BEDE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.92%

R = 36.47%
G = 42.61%
B = 20.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#BEDE6D (or 0xBEDE6D) is known color: Sulu. HEX triplet: BE, DE and 6D. RGB value is (190,222,109). Sum of RGB (Red+Green+Blue) = 190+222+109=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE6D is #412192. Grayscale: #C7C7C7. Windows color (decimal): -4268435 or 7200446. OLE color: 7200446.

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

Color convert

RGB 190 222 109 -
CMYK 0.14 0 0.51 0.13
HSL 76.99º 0.63% 0.65% -
HSV(B) 76.99º 0.51% 0.87% -
XYZ 50.12 64.29 24.24 -
YUV 199.55 76.9 121.19 -
System Red Green Blue C M Y K H S L
Decimal 190 222 109 0.14 0 0.51 0.13 76.99 0.63 0.65
Hex BE DE 6D E 0 33 D 4D 3F 41
Octal 276 336 155 16 0 63 15 115 77 101
Binary 10111110 11011110 1101101 1110 0 110011 1101 1001101 111111 1000001

Color Harmonies of #BEDE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE6D

Black with #BEDE6D

Text Example


Text Example

White with #BEDE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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