Html Css Color HEX #BED47A Deco

📋 copy color: '#BED47A'

red 190 ◦ green 212 ◦ blue 122

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

Shades of Deco #BED47A

Tints of Deco #BED47A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.46%

 BLUE value IS 122 (48.05% from 255) = 23.28%

R = 36.26%
G = 40.46%
B = 23.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#BED47A (or 0xBED47A) is known color: Deco. HEX triplet: BE, D4 and 7A. RGB value is (190,212,122). Sum of RGB (Red+Green+Blue) = 190+212+122=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #BED47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED47A is #412B85. Grayscale: #C3C3C3. Windows color (decimal): -4270982 or 8049854. OLE color: 8049854.

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

Color convert

RGB 190 212 122 -
CMYK 0.10 0 0.42 0.17
HSL 74.67º 0.51% 0.65% -
HSV(B) 74.67º 0.42% 0.83% -
XYZ 48.29 59.44 27.34 -
YUV 195.16 86.71 124.32 -
System Red Green Blue C M Y K H S L
Decimal 190 212 122 0.10 0 0.42 0.17 74.67 0.51 0.65
Hex BE D4 7A A 0 2A 11 4B 33 41
Octal 276 324 172 12 0 52 21 113 63 101
Binary 10111110 11010100 1111010 1010 0 101010 10001 1001011 110011 1000001

Color Harmonies of #BED47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED47A

Black with #BED47A

Text Example


Text Example

White with #BED47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED47A; }

 p { color: rgb(190,212,122); }

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

background-color css

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

 a { background-color: rgb(190,212,122); }

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

border-color css

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

 span { border-color: rgb(190,212,122); }

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