Html Css Color HEX #BEDD6C Sulu

📋 copy color: '#BEDD6C'

red 190 ◦ green 221 ◦ blue 108

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

Shades of Sulu #BEDD6C

Tints of Sulu #BEDD6C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.58%

 BLUE value IS 108 (42.58% from 255) = 20.81%

R = 36.61%
G = 42.58%
B = 20.81%

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

#BEDD6C (or 0xBEDD6C) is known color: Sulu. HEX triplet: BE, DD and 6C. RGB value is (190,221,108). Sum of RGB (Red+Green+Blue) = 190+221+108=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD6C is #412293. Grayscale: #C7C7C7. Windows color (decimal): -4268692 or 7134654. OLE color: 7134654.

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

Color convert

RGB 190 221 108 -
CMYK 0.14 0 0.51 0.13
HSL 76.46º 0.62% 0.65% -
HSV(B) 76.46º 0.51% 0.87% -
XYZ 49.8 63.74 23.87 -
YUV 198.85 76.73 121.69 -
System Red Green Blue C M Y K H S L
Decimal 190 221 108 0.14 0 0.51 0.13 76.46 0.62 0.65
Hex BE DD 6C E 0 33 D 4C 3E 41
Octal 276 335 154 16 0 63 15 114 76 101
Binary 10111110 11011101 1101100 1110 0 110011 1101 1001100 111110 1000001

Color Harmonies of #BEDD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD6C

Black with #BEDD6C

Text Example


Text Example

White with #BEDD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD6C; }

 p { color: rgb(190,221,108); }

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

background-color css

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

 a { background-color: rgb(190,221,108); }

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

border-color css

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

 span { border-color: rgb(190,221,108); }

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