Html Css Color HEX #BED872 Sulu

📋 copy color: '#BED872'

red 190 ◦ green 216 ◦ blue 114

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

Shades of Sulu #BED872

Tints of Sulu #BED872

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.54%

 BLUE value IS 114 (44.92% from 255) = 21.92%

R = 36.54%
G = 41.54%
B = 21.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#BED872 (or 0xBED872) is known color: Sulu. HEX triplet: BE, D8 and 72. RGB value is (190,216,114). Sum of RGB (Red+Green+Blue) = 190+216+114=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #BED872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED872 is #41278D. Grayscale: #C4C4C4. Windows color (decimal): -4269966 or 7526590. OLE color: 7526590.

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

Color convert

RGB 190 216 114 -
CMYK 0.12 0 0.47 0.15
HSL 75.29º 0.57% 0.65% -
HSV(B) 75.29º 0.47% 0.85% -
XYZ 48.83 61.27 25.17 -
YUV 196.6 81.39 123.29 -
System Red Green Blue C M Y K H S L
Decimal 190 216 114 0.12 0 0.47 0.15 75.29 0.57 0.65
Hex BE D8 72 C 0 2F F 4B 39 41
Octal 276 330 162 14 0 57 17 113 71 101
Binary 10111110 11011000 1110010 1100 0 101111 1111 1001011 111001 1000001

Color Harmonies of #BED872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED872

Black with #BED872

Text Example


Text Example

White with #BED872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED872; }

 p { color: rgb(190,216,114); }

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

background-color css

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

 a { background-color: rgb(190,216,114); }

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

border-color css

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

 span { border-color: rgb(190,216,114); }

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