Html Css Color HEX #BED773 Sulu

📋 copy color: '#BED773'

red 190 ◦ green 215 ◦ blue 115

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

Shades of Sulu #BED773

Tints of Sulu #BED773

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.35%

 BLUE value IS 115 (45.31% from 255) = 22.12%

R = 36.54%
G = 41.35%
B = 22.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#BED773 (or 0xBED773) is known color: Sulu. HEX triplet: BE, D7 and 73. RGB value is (190,215,115). Sum of RGB (Red+Green+Blue) = 190+215+115=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #BED773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED773 is #41288C. Grayscale: #C4C4C4. Windows color (decimal): -4270221 or 7591870. OLE color: 7591870.

HSL color Cylindrical-coordinate representation of color #BED773: hue angle of 75º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BED773 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 115 -
CMYK 0.12 0 0.47 0.16
HSL 75º 0.56% 0.65% -
HSV(B) 75º 0.47% 0.84% -
XYZ 48.63 60.79 25.39 -
YUV 196.13 82.22 123.63 -
System Red Green Blue C M Y K H S L
Decimal 190 215 115 0.12 0 0.47 0.16 75 0.56 0.65
Hex BE D7 73 C 0 2F 10 4B 38 41
Octal 276 327 163 14 0 57 20 113 70 101
Binary 10111110 11010111 1110011 1100 0 101111 10000 1001011 111000 1000001

Color Harmonies of #BED773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED773

Black with #BED773

Text Example


Text Example

White with #BED773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED773; }

 p { color: rgb(190,215,115); }

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

background-color css

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

 a { background-color: rgb(190,215,115); }

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

border-color css

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

 span { border-color: rgb(190,215,115); }

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