Html Css Color HEX #BEDC74 Sulu

📋 copy color: '#BEDC74'

red 190 ◦ green 220 ◦ blue 116

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

Shades of Sulu #BEDC74

Tints of Sulu #BEDC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.05%

R = 36.12%
G = 41.83%
B = 22.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#BEDC74 (or 0xBEDC74) is known color: Sulu. HEX triplet: BE, DC and 74. RGB value is (190,220,116). Sum of RGB (Red+Green+Blue) = 190+220+116=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC74 is #41238B. Grayscale: #C7C7C7. Windows color (decimal): -4268940 or 7658686. OLE color: 7658686.

HSL color Cylindrical-coordinate representation of color #BEDC74: hue angle of 77.31º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEDC74 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 220 116 -
CMYK 0.14 0 0.47 0.14
HSL 77.31º 0.6% 0.66% -
HSV(B) 77.31º 0.47% 0.86% -
XYZ 49.98 63.39 26.13 -
YUV 199.17 81.06 121.46 -
System Red Green Blue C M Y K H S L
Decimal 190 220 116 0.14 0 0.47 0.14 77.31 0.6 0.66
Hex BE DC 74 E 0 2F E 4D 3C 42
Octal 276 334 164 16 0 57 16 115 74 102
Binary 10111110 11011100 1110100 1110 0 101111 1110 1001101 111100 1000010

Color Harmonies of #BEDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC74

Black with #BEDC74

Text Example


Text Example

White with #BEDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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