Html Css Color HEX #BED37D Deco

📋 copy color: '#BED37D'

red 190 ◦ green 211 ◦ blue 125

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

Shades of Deco #BED37D

Tints of Deco #BED37D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.11%

 BLUE value IS 125 (49.22% from 255) = 23.76%

R = 36.12%
G = 40.11%
B = 23.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#BED37D (or 0xBED37D) is known color: Deco. HEX triplet: BE, D3 and 7D. RGB value is (190,211,125). Sum of RGB (Red+Green+Blue) = 190+211+125=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #BED37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED37D is #412C82. Grayscale: #C3C3C3. Windows color (decimal): -4271235 or 8246206. OLE color: 8246206.

HSL color Cylindrical-coordinate representation of color #BED37D: hue angle of 74.65º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BED37D is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 125 -
CMYK 0.10 0 0.41 0.17
HSL 74.65º 0.49% 0.66% -
HSV(B) 74.65º 0.41% 0.83% -
XYZ 48.23 59.02 28.25 -
YUV 194.92 88.54 124.49 -
System Red Green Blue C M Y K H S L
Decimal 190 211 125 0.10 0 0.41 0.17 74.65 0.49 0.66
Hex BE D3 7D A 0 29 11 4B 31 42
Octal 276 323 175 12 0 51 21 113 61 102
Binary 10111110 11010011 1111101 1010 0 101001 10001 1001011 110001 1000010

Color Harmonies of #BED37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED37D

Black with #BED37D

Text Example


Text Example

White with #BED37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED37D; }

 p { color: rgb(190,211,125); }

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

background-color css

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

 a { background-color: rgb(190,211,125); }

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

border-color css

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

 span { border-color: rgb(190,211,125); }

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